Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed May 21, 2024
1 parent 67336cc commit 2fc2438
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ charset-normalizer==3.3.2
# via
# -r requirements.txt
# requests
coverage[toml]==7.4.4
coverage[toml]==7.5.1
# via pytest-cov
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
greenlet==3.0.3
# via
Expand All @@ -28,23 +28,23 @@ idna==3.7
# requests
iniconfig==2.0.0
# via pytest
lxml==5.2.1
lxml==5.2.2
# via
# -r requirements.txt
# metsrw
metsrw==0.5.1
# via -r requirements.txt
packaging==24.0
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.1.1
pytest==8.2.1
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==5.0.0
# via -r requirements-dev.in
requests==2.31.0
requests==2.32.1
# via
# -r requirements.txt
# amclient
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ greenlet==3.0.3
# via sqlalchemy
idna==3.7
# via requests
lxml==5.2.1
lxml==5.2.2
# via metsrw
metsrw==0.5.1
# via -r requirements.in
requests==2.31.0
requests==2.32.1
# via
# -r requirements.in
# amclient
Expand Down

0 comments on commit 2fc2438

Please sign in to comment.