Skip to content

Commit

Permalink
Dependencies: Update requirements to address deprecation warnings
Browse files Browse the repository at this point in the history
Following package requirements are updated:

 * `coverage~=7.0`
 * `pytest-cov~=4.1`
 * `pympler~=1.0`
 * `pyparsing~=3.0`
  • Loading branch information
sphuber committed Feb 14, 2024
1 parent 487c6bf commit 566f681
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ rest = [
'flask-cors~=3.0',
'flask-restful~=0.3.7',
'flask~=2.2',
'pyparsing~=2.4',
'pyparsing~=3.0',
'python-memcached~=1.59',
'seekpath~=1.9,>=1.9.3'
]
Expand All @@ -233,12 +233,12 @@ tests = [
'pytest~=7.0',
'pytest-asyncio~=0.12,<0.17',
'pytest-timeout~=2.0',
'pytest-cov~=2.7,<2.11',
'pytest-cov~=4.1',
'pytest-rerunfailures~=12.0',
'pytest-benchmark~=4.0',
'pytest-regressions~=2.2',
'pympler~=0.9',
'coverage~=6.0',
'pympler~=1.0',
'coverage~=7.0',
'sphinx~=7.2',
'docutils~=0.20'
]
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.1.3
click-spinner==0.1.10
comm==0.1.3
contourpy==1.1.0
coverage==6.5.0
coverage==7.4.1
cryptography==41.0.1
cycler==0.11.0
debugpy==1.6.7
Expand Down Expand Up @@ -136,15 +136,15 @@ pydantic==2.4.0
pydata-sphinx-theme==0.13.3
pygments==2.15.1
pymatgen==2023.9.25
pympler==0.9
pympler==1.0.1
pymysql==0.9.3
pynacl==1.5.0
pyparsing==2.4.7
pyparsing==3.1.1
pyrsistent==0.19.3
pytest==7.3.2
pytest-asyncio==0.16.0
pytest-benchmark==4.0.0
pytest-cov==2.10.1
pytest-cov==4.1.0
pytest-datadir==1.4.1
pytest-regressions==2.4.2
pytest-rerunfailures==12.0.0
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements-py-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.1.3
click-spinner==0.1.10
comm==0.1.3
contourpy==1.1.0
coverage==6.5.0
coverage==7.4.1
cryptography==41.0.1
cycler==0.11.0
debugpy==1.6.7
Expand Down Expand Up @@ -135,15 +135,15 @@ pydantic==2.4.0
pydata-sphinx-theme==0.13.3
pygments==2.15.1
pymatgen==2023.9.25
pympler==0.9
pympler==1.0.1
pymysql==0.9.3
pynacl==1.5.0
pyparsing==2.4.7
pyparsing==3.1.1
pyrsistent==0.19.3
pytest==7.3.2
pytest-asyncio==0.16.0
pytest-benchmark==4.0.0
pytest-cov==2.10.1
pytest-cov==4.1.0
pytest-datadir==1.4.1
pytest-regressions==2.4.2
pytest-rerunfailures==12.0.0
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements-py-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.1.7
click-spinner==0.1.10
comm==0.1.4
contourpy==1.1.1
coverage==6.5.0
coverage==7.4.1
cryptography==41.0.5
cycler==0.12.1
debugpy==1.8.0
Expand Down Expand Up @@ -133,15 +133,15 @@ pydantic==2.4.0
pydata-sphinx-theme==0.13.3
pygments==2.16.1
pymatgen==2023.10.11
pympler==0.9
pympler==1.0.1
pymysql==0.9.3
pynacl==1.5.0
pyparsing==2.4.7
pyparsing==3.1.1
pyrsistent==0.19.3
pytest==7.4.2
pytest-asyncio==0.16.0
pytest-benchmark==4.0.0
pytest-cov==2.10.1
pytest-cov==4.1.0
pytest-datadir==1.5.0
pytest-regressions==2.5.0
pytest-rerunfailures==12.0.0
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.1.3
click-spinner==0.1.10
comm==0.1.3
contourpy==1.1.0
coverage==6.5.0
coverage==7.4.1
cryptography==41.0.1
cycler==0.11.0
debugpy==1.6.7
Expand Down Expand Up @@ -138,15 +138,15 @@ pydantic==2.4.0
pydata-sphinx-theme==0.13.3
pygments==2.15.1
pymatgen==2023.9.25
pympler==0.9
pympler==1.0.1
pymysql==0.9.3
pynacl==1.5.0
pyparsing==2.4.7
pyparsing==3.1.1
pyrsistent==0.19.3
pytest==7.3.2
pytest-asyncio==0.16.0
pytest-benchmark==4.0.0
pytest-cov==2.10.1
pytest-cov==4.1.0
pytest-datadir==1.4.1
pytest-regressions==2.4.2
pytest-rerunfailures==12.0.0
Expand Down

0 comments on commit 566f681

Please sign in to comment.