Skip to content

Commit

Permalink
Merge pull request #130 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-c0fecb8

Python Requirements Update
  • Loading branch information
hamzawaleed01 authored Nov 12, 2024
2 parents c0fecb8 + c0097a8 commit b18400f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
async-timeout==5.0.0
async-timeout==5.0.1
# via redis
attrs==24.2.0
# via openedx-events
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.2.4
# -r requirements/quality.txt
# pylint
# pylint-celery
async-timeout==5.0.0
async-timeout==5.0.1
# via
# -r requirements/quality.txt
# redis
Expand Down Expand Up @@ -244,7 +244,7 @@ newrelic==10.2.0
# edx-django-utils
openedx-events==9.14.1
# via -r requirements/quality.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -436,7 +436,7 @@ virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
async-timeout==5.0.0
async-timeout==5.0.1
# via
# -r requirements/test.txt
# redis
Expand Down Expand Up @@ -228,7 +228,7 @@ nh3==0.2.18
# via readme-renderer
openedx-events==9.14.1
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# build
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==8.5.0
# via build
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand All @@ -22,7 +22,7 @@ tomli==2.0.2
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools
zipp==3.20.2
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.2.4
# via
# pylint
# pylint-celery
async-timeout==5.0.0
async-timeout==5.0.1
# via
# -r requirements/test.txt
# redis
Expand Down Expand Up @@ -191,7 +191,7 @@ newrelic==10.2.0
# edx-django-utils
openedx-events==9.14.1
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
async-timeout==5.0.0
async-timeout==5.0.1
# via
# -r requirements/base.txt
# redis
Expand Down Expand Up @@ -159,7 +159,7 @@ newrelic==10.2.0
# edx-django-utils
openedx-events==9.14.1
# via -r requirements/base.txt
packaging==24.1
packaging==24.2
# via pytest
pbr==6.1.0
# via
Expand Down

0 comments on commit b18400f

Please sign in to comment.