Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Apr 5, 2024
1 parent 85880da commit 0a980d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ djangorestframework==3.15.1
# drf-jwt
drf-jwt==1.19.2
# via -r requirements/base.in
edx-django-utils==5.11.0
edx-django-utils==5.12.0
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via -r requirements/base.in
Expand All @@ -56,7 +56,7 @@ pbr==6.0.0
# via stevedore
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
pycparser==2.22
# via cffi
pyjwt[crypto]==2.8.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ drf-jwt==1.19.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
edx-django-utils==5.11.0
edx-django-utils==5.12.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -239,7 +239,7 @@ psutil==5.9.8
# edx-django-utils
pycodestyle==2.11.1
# via -r requirements/test.txt
pycparser==2.21
pycparser==2.22
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ django-waffle==4.1.0
# drf-jwt
drf-jwt==1.19.2
# via -r requirements/base.txt
edx-django-utils==5.11.0
edx-django-utils==5.12.0
# via -r requirements/base.txt
edx-lint==5.3.6
# via -r requirements/test.in
Expand Down Expand Up @@ -145,7 +145,7 @@ psutil==5.9.8
# edx-django-utils
pycodestyle==2.11.1
# via -r requirements/test.in
pycparser==2.21
pycparser==2.22
# via
# -r requirements/base.txt
# cffi
Expand Down

0 comments on commit 0a980d3

Please sign in to comment.