Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #760

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
dnspython==2.6.1
# via pymongo
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via -r requirements/base.in
fs==2.4.16
# via -r requirements/base.in
Expand All @@ -22,7 +22,7 @@ markupsafe==2.1.5
# mako
pbr==6.0.0
# via stevedore
pymongo==4.4.0
pymongo==4.7.3
# via edx-opaque-keys
python-dateutil==2.9.0.post0
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dnspython==2.6.1
# pymongo
edx-lint==5.3.6
# via -r requirements/test.txt
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via -r requirements/test.txt
exceptiongroup==1.2.1
# via
Expand Down Expand Up @@ -175,13 +175,13 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.2.0
more-itertools==10.3.0
# via
# -r requirements/test.txt
# inflect
openedx-django-pyfs==3.6.0
# via -r requirements/test.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -238,7 +238,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.4.0
pymongo==4.7.3
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dnspython==2.6.1
# via
# -r requirements/base.txt
# pymongo
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via -r requirements/base.txt
fs==2.4.16
# via
Expand Down Expand Up @@ -58,7 +58,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
pymongo==4.4.0
pymongo==4.7.3
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via -r requirements/django.txt
fs==2.4.16
# via
Expand Down Expand Up @@ -93,7 +93,7 @@ mock==5.1.0
# via -r requirements/doc.in
openedx-django-pyfs==3.6.0
# via -r requirements/django.txt
packaging==24.0
packaging==24.1
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -108,7 +108,7 @@ pygments==2.18.0
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pymongo==4.4.0
pymongo==4.7.3
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dnspython==2.6.1
# pymongo
edx-lint==5.3.6
# via -r requirements/test.in
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via -r requirements/django.txt
exceptiongroup==1.2.1
# via
Expand Down Expand Up @@ -129,11 +129,11 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.2.0
more-itertools==10.3.0
# via inflect
openedx-django-pyfs==3.6.0
# via -r requirements/django.txt
packaging==24.0
packaging==24.1
# via
# pyproject-api
# pytest
Expand Down Expand Up @@ -173,7 +173,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.4.0
pymongo==4.7.3
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand Down
Loading