Skip to content

Commit ab47174

Browse files
authored
Merge pull request #139 from alan-turing-institute/update-python-requirements
Update Python requirements
2 parents 5814921 + 2900beb commit ab47174

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ contourpy==1.0.6 ; python_version >= "3.8" and python_version < "4.0"
2626
coverage[toml]==6.5.0 ; python_version >= "3.8" and python_version < "4.0"
2727
cycler==0.11.0 ; python_version >= "3.8" and python_version < "4.0"
2828
cython==0.29.32 ; python_version >= "3.8" and python_version < "4.0"
29-
dask==2022.10.1 ; python_version >= "3.8" and python_version < "4.0"
30-
dask[distributed]==2022.10.1 ; python_version >= "3.8" and python_version < "4.0"
29+
dask==2022.10.2 ; python_version >= "3.8" and python_version < "4.0"
30+
dask[distributed]==2022.10.2 ; python_version >= "3.8" and python_version < "4.0"
3131
debugpy==1.6.3 ; python_version >= "3.8" and python_version < "4.0"
3232
decorator==5.1.1 ; python_version >= "3.8" and python_version < "4.0"
3333
defusedxml==0.7.1 ; python_version >= "3.8" and python_version < "4.0"
3434
dill==0.3.6 ; python_version >= "3.8" and python_version < "4.0"
35-
distributed==2022.10.1 ; python_version >= "3.8" and python_version < "4.0"
35+
distributed==2022.10.2 ; python_version >= "3.8" and python_version < "4.0"
3636
docutils==0.17.1 ; python_version >= "3.8" and python_version < "4.0"
3737
entrypoints==0.4 ; python_version >= "3.8" and python_version < "4.0"
3838
exceptiongroup==1.0.0 ; python_version >= "3.8" and python_version < "3.11"
@@ -45,11 +45,11 @@ geographiclib==1.52 ; python_version >= "3.8" and python_version < "4.0"
4545
geopy==2.2.0 ; python_version >= "3.8" and python_version < "4.0"
4646
gitdb==4.0.9 ; python_version >= "3.8" and python_version < "4.0"
4747
gitpython==3.1.29 ; python_version >= "3.8" and python_version < "4.0"
48-
greenlet==1.1.3.post0 ; python_version >= "3.8" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "4.0"
48+
greenlet==2.0.0 ; python_version >= "3.8" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "4.0"
4949
h5py==3.7.0 ; python_version >= "3.8" and python_version < "4.0"
5050
heapdict==1.0.1 ; python_version >= "3.8" and python_version < "4.0"
5151
idna==3.4 ; python_version >= "3.8" and python_version < "4"
52-
imageio==2.22.2 ; python_version >= "3.8" and python_version < "4.0"
52+
imageio==2.22.3 ; python_version >= "3.8" and python_version < "4.0"
5353
imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0"
5454
importlib-metadata==5.0.0 ; python_version >= "3.8" and python_version < "4.0"
5555
importlib-resources==5.10.0 ; python_version >= "3.8" and python_version < "3.9"
@@ -144,7 +144,7 @@ pyrsistent==0.19.1 ; python_version >= "3.8" and python_version < "4.0"
144144
pytest-cov==4.0.0 ; python_version >= "3.8" and python_version < "4.0"
145145
pytest==7.2.0 ; python_version >= "3.8" and python_version < "4.0"
146146
python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "4.0"
147-
pytz==2022.5 ; python_version >= "3.8" and python_version < "4.0"
147+
pytz==2022.6 ; python_version >= "3.8" and python_version < "4.0"
148148
pywin32==304 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.8" and python_version < "4.0"
149149
pywinpty==2.0.9 ; python_version >= "3.8" and python_version < "4.0" and os_name == "nt"
150150
pyyaml==6.0 ; python_version >= "3.8" and python_version < "4.0"

0 commit comments

Comments
 (0)