Skip to content

Commit f3c9e3f

Browse files
committed
ci: update python version for cross-compat
1 parent df57be9 commit f3c9e3f

File tree

2 files changed

+61
-46
lines changed

2 files changed

+61
-46
lines changed

.github/workflows/cross-compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: actions/setup-python@v2
5454
with:
55-
python-version: 3.9
55+
python-version: "3.10"
5656
- name: Install py dependencies
5757
run: |
5858
python -m pip install --upgrade pip

requirements/dev.txt

Lines changed: 60 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
adlfs==2022.2.0
88
# via pins (setup.cfg)
9-
aiobotocore==2.5.0
9+
aiobotocore==2.5.2
1010
# via s3fs
11-
aiohttp==3.8.4
11+
aiohttp==3.8.5
1212
# via
1313
# adlfs
1414
# aiobotocore
@@ -33,8 +33,9 @@ attrs==23.1.0
3333
# aiohttp
3434
# jsonschema
3535
# pytest
36+
# referencing
3637
# sphobjinv
37-
azure-core==1.27.1
38+
azure-core==1.28.0
3839
# via
3940
# adlfs
4041
# azure-identity
@@ -43,39 +44,41 @@ azure-datalake-store==0.0.53
4344
# via adlfs
4445
azure-identity==1.13.0
4546
# via adlfs
46-
azure-storage-blob==12.16.0
47+
azure-storage-blob==12.17.0
4748
# via adlfs
4849
backcall==0.2.0
4950
# via ipython
50-
beartype==0.14.1
51+
beartype==0.15.0
5152
# via plum-dispatch
52-
botocore==1.29.76
53+
botocore==1.29.161
5354
# via aiobotocore
5455
build==0.10.0
5556
# via pip-tools
5657
cachetools==5.3.1
5758
# via google-auth
58-
certifi==2023.5.7
59+
certifi==2023.7.22
5960
# via
6061
# requests
6162
# sphobjinv
6263
cffi==1.15.1
6364
# via
6465
# azure-datalake-store
6566
# cryptography
66-
charset-normalizer==3.1.0
67+
charset-normalizer==3.2.0
6768
# via
6869
# aiohttp
6970
# requests
70-
click==8.1.3
71-
# via pip-tools
71+
click==8.1.6
72+
# via
73+
# pip-tools
74+
# quartodoc
7275
colorama==0.4.6
7376
# via griffe
7477
comm==0.1.3
7578
# via ipykernel
7679
cramjam==2.6.2
7780
# via fastparquet
78-
cryptography==41.0.1
81+
cryptography==41.0.2
7982
# via
8083
# azure-identity
8184
# azure-storage-blob
@@ -91,11 +94,11 @@ decorator==5.1.1
9194
# ipython
9295
executing==1.2.0
9396
# via stack-data
94-
fastjsonschema==2.17.1
97+
fastjsonschema==2.18.0
9598
# via nbformat
96-
fastparquet==2023.4.0
99+
fastparquet==2023.7.0
97100
# via pins (setup.cfg)
98-
frozenlist==1.3.3
101+
frozenlist==1.4.0
99102
# via
100103
# aiohttp
101104
# aiosignal
@@ -112,7 +115,7 @@ google-api-core==2.11.1
112115
# via
113116
# google-cloud-core
114117
# google-cloud-storage
115-
google-auth==2.20.0
118+
google-auth==2.22.0
116119
# via
117120
# gcsfs
118121
# google-api-core
@@ -121,35 +124,35 @@ google-auth==2.20.0
121124
# google-cloud-storage
122125
google-auth-oauthlib==1.0.0
123126
# via gcsfs
124-
google-cloud-core==2.3.2
127+
google-cloud-core==2.3.3
125128
# via google-cloud-storage
126-
google-cloud-storage==2.9.0
129+
google-cloud-storage==2.10.0
127130
# via gcsfs
128131
google-crc32c==1.5.0
129132
# via google-resumable-media
130133
google-resumable-media==2.5.0
131134
# via google-cloud-storage
132135
googleapis-common-protos==1.59.1
133136
# via google-api-core
134-
griffe==0.29.1
137+
griffe==0.32.3
135138
# via quartodoc
136-
humanize==4.6.0
139+
humanize==4.7.0
137140
# via pins (setup.cfg)
138141
idna==3.4
139142
# via
140143
# requests
141144
# yarl
142-
importlib-metadata==6.7.0
145+
importlib-metadata==6.8.0
143146
# via
144147
# pins (setup.cfg)
145148
# quartodoc
146-
importlib-resources==5.12.0
149+
importlib-resources==6.0.0
147150
# via
148151
# pins (setup.cfg)
149152
# quartodoc
150153
iniconfig==2.0.0
151154
# via pytest
152-
ipykernel==6.23.2
155+
ipykernel==6.25.0
153156
# via pins (setup.cfg)
154157
ipython==8.12.0
155158
# via
@@ -163,13 +166,15 @@ jinja2==3.1.2
163166
# via pins (setup.cfg)
164167
jmespath==1.0.1
165168
# via botocore
166-
joblib==1.2.0
169+
joblib==1.3.1
167170
# via pins (setup.cfg)
168-
jsonschema==4.17.3
171+
jsonschema==4.18.4
169172
# via
170173
# nbformat
171174
# sphobjinv
172-
jupyter-client==8.2.0
175+
jsonschema-specifications==2023.7.1
176+
# via jsonschema
177+
jupyter-client==8.3.0
173178
# via
174179
# ipykernel
175180
# nbclient
@@ -189,7 +194,7 @@ matplotlib-inline==0.1.6
189194
# via
190195
# ipykernel
191196
# ipython
192-
msal==1.22.0
197+
msal==1.23.0
193198
# via
194199
# azure-datalake-store
195200
# azure-identity
@@ -202,13 +207,13 @@ multidict==6.0.4
202207
# yarl
203208
nbclient==0.8.0
204209
# via pins (setup.cfg)
205-
nbformat==5.9.0
210+
nbformat==5.9.1
206211
# via
207212
# nbclient
208213
# pins (setup.cfg)
209214
nest-asyncio==1.5.6
210215
# via ipykernel
211-
numpy==1.25.0
216+
numpy==1.25.1
212217
# via
213218
# fastparquet
214219
# pandas
@@ -221,7 +226,7 @@ packaging==23.1
221226
# fastparquet
222227
# ipykernel
223228
# pytest
224-
pandas==2.0.2
229+
pandas==2.0.3
225230
# via
226231
# fastparquet
227232
# pins (setup.cfg)
@@ -231,19 +236,19 @@ pexpect==4.8.0
231236
# via ipython
232237
pickleshare==0.7.5
233238
# via ipython
234-
pip-tools==6.13.0
239+
pip-tools==7.1.0
235240
# via pins (setup.cfg)
236-
platformdirs==3.7.0
241+
platformdirs==3.9.1
237242
# via jupyter-core
238243
pluggy==1.2.0
239244
# via pytest
240-
plum-dispatch==2.1.0
245+
plum-dispatch==2.1.1
241246
# via quartodoc
242247
portalocker==2.7.0
243248
# via msal-extensions
244-
prompt-toolkit==3.0.38
249+
prompt-toolkit==3.0.39
245250
# via ipython
246-
protobuf==4.23.3
251+
protobuf==4.23.4
247252
# via
248253
# google-api-core
249254
# googleapis-common-protos
@@ -265,16 +270,14 @@ pyasn1-modules==0.3.0
265270
# via google-auth
266271
pycparser==2.21
267272
# via cffi
268-
pydantic==1.10.9
273+
pydantic==1.10.12
269274
# via quartodoc
270275
pygments==2.15.1
271276
# via ipython
272-
pyjwt[crypto]==2.7.0
277+
pyjwt[crypto]==2.8.0
273278
# via msal
274279
pyproject-hooks==1.0.0
275280
# via build
276-
pyrsistent==0.19.3
277-
# via jsonschema
278281
pytest==7.1.3
279282
# via
280283
# pins (setup.cfg)
@@ -295,14 +298,20 @@ python-dotenv==1.0.0
295298
# via pytest-dotenv
296299
pytz==2023.3
297300
# via pandas
298-
pyyaml==6.0
299-
# via pins (setup.cfg)
301+
pyyaml==6.0.1
302+
# via
303+
# pins (setup.cfg)
304+
# quartodoc
300305
pyzmq==25.1.0
301306
# via
302307
# ipykernel
303308
# jupyter-client
304-
quartodoc==0.3.3
309+
quartodoc==0.4.1
305310
# via pins (setup.cfg)
311+
referencing==0.30.0
312+
# via
313+
# jsonschema
314+
# jsonschema-specifications
306315
requests==2.31.0
307316
# via
308317
# azure-core
@@ -315,6 +324,10 @@ requests==2.31.0
315324
# requests-oauthlib
316325
requests-oauthlib==1.3.1
317326
# via google-auth-oauthlib
327+
rpds-py==0.9.2
328+
# via
329+
# jsonschema
330+
# referencing
318331
rsa==4.9
319332
# via google-auth
320333
s3fs==2023.6.0
@@ -333,7 +346,7 @@ stack-data==0.6.2
333346
# via ipython
334347
tabulate==0.9.0
335348
# via quartodoc
336-
tblib==1.7.0
349+
tblib==2.0.0
337350
# via pytest-parallel
338351
tomli==2.0.1
339352
# via pytest
@@ -351,7 +364,7 @@ traitlets==5.9.0
351364
# matplotlib-inline
352365
# nbclient
353366
# nbformat
354-
typing-extensions==4.6.3
367+
typing-extensions==4.7.1
355368
# via
356369
# azure-core
357370
# azure-storage-blob
@@ -364,17 +377,19 @@ urllib3==1.26.16
364377
# botocore
365378
# google-auth
366379
# requests
380+
watchdog==3.0.0
381+
# via quartodoc
367382
wcwidth==0.2.6
368383
# via prompt-toolkit
369-
wheel==0.40.0
384+
wheel==0.41.0
370385
# via pip-tools
371386
wrapt==1.15.0
372387
# via aiobotocore
373388
xxhash==3.2.0
374389
# via pins (setup.cfg)
375390
yarl==1.9.2
376391
# via aiohttp
377-
zipp==3.15.0
392+
zipp==3.16.2
378393
# via importlib-metadata
379394

380395
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)