Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 3, 2025
1 parent 1e17d66 commit e0f17fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ tox==4.23.2
# via -r requirements/ci.in
urllib3==2.3.0
# via requests
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ packaging==24.2
# pytest
# tox
# twine
pact-python==2.2.2
pact-python==2.3.0
# via -r requirements/test.in
pbr==6.1.0
# via stevedore
pillow==11.0.0
pillow==11.1.0
# via -r requirements/base.in
pkginfo==1.12.0
# via twine
Expand Down Expand Up @@ -334,7 +334,7 @@ urllib3==2.3.0
# twine
uvicorn==0.34.0
# via pact-python
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
yarl==1.18.3
# via pact-python
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ packaging==24.2
# via
# pytest
# twine
pact-python==2.2.2
pact-python==2.3.0
# via -r requirements/test.in
pbr==6.1.0
# via stevedore
pillow==11.0.0
pillow==11.1.0
# via -r requirements/base.in
pkginfo==1.12.0
# via twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ newrelic==10.4.0
# via edx-django-utils
packaging==24.2
# via pytest
pact-python==2.2.2
pact-python==2.3.0
# via -r requirements/test.in
pbr==6.1.0
# via stevedore
pillow==11.0.0
pillow==11.1.0
# via -r requirements/base.in
pluggy==1.5.0
# via pytest
Expand Down

0 comments on commit e0f17fb

Please sign in to comment.