Skip to content

Commit

Permalink
chore: upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Feb 9, 2024
1 parent b2e76c4 commit 4f0048d
Show file tree
Hide file tree
Showing 9 changed files with 460 additions and 215 deletions.
41 changes: 32 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,59 @@
#
asgiref==3.7.2
# via django
attrs==23.1.0
attrs==23.2.0
# via openedx-events
django==3.2.20
cffi==1.16.0
# via pynacl
click==8.1.7
# via edx-django-utils
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# django-crum
# django-model-utils
# django-waffle
# edx-django-utils
# openedx-events
# openedx-filters
django-crum==0.7.9
# via edx-django-utils
django-model-utils==4.3.1
# via -r requirements/base.in
edx-opaque-keys[django]==2.5.0
django-waffle==4.1.0
# via edx-django-utils
edx-django-utils==5.10.1
# via openedx-events
fastavro==1.8.2
edx-opaque-keys[django]==2.5.1
# via openedx-events
openedx-events==8.6.0
fastavro==1.9.3
# via openedx-events
newrelic==9.6.0
# via edx-django-utils
openedx-events==9.5.0
# via -r requirements/base.in
openedx-filters==1.6.0
# via -r requirements/base.in
pbr==5.11.1
pbr==6.0.0
# via stevedore
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
# via cffi
pymongo==3.13.0
# via edx-opaque-keys
pytz==2023.3
pynacl==1.5.0
# via edx-django-utils
pytz==2024.1
# via django
sqlparse==0.4.4
# via django
stevedore==5.1.0
# via edx-opaque-keys
typing-extensions==4.7.1
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.9.0
# via
# asgiref
# edx-opaque-keys
27 changes: 15 additions & 12 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,35 @@
#
# make upgrade
#
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.12.3
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.10.0
# via virtualenv
pluggy==1.3.0
packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
# via tox
py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.3
virtualenv==20.25.0
# via tox
Loading

0 comments on commit 4f0048d

Please sign in to comment.