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 #794

Merged
merged 1 commit into from
Oct 7, 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 @@ -6,7 +6,7 @@
#
appdirs==1.4.4
# via fs
dnspython==2.6.1
dnspython==2.7.0
# via pymongo
edx-opaque-keys==2.11.0
# via -r requirements/base.in
Expand All @@ -22,7 +22,7 @@ markupsafe==2.1.5
# mako
pbr==6.1.0
# via stevedore
pymongo==4.9.1
pymongo==4.10.1
# 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 @@ -30,7 +30,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.20.0
tox==4.21.2
# via -r requirements/ci.in
virtualenv==20.26.6
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.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
astroid==3.3.4
astroid==3.3.5
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,11 +21,11 @@ attrs==24.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.29
boto3==1.35.34
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -89,7 +89,7 @@ django==4.2.16
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# openedx-django-pyfs
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/test.txt
# pymongo
Expand All @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.112.1
hypothesis==6.112.3
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -208,7 +208,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.9.1
pymongo==4.10.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -217,7 +217,7 @@ pyproject-api==1.8.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -279,7 +279,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.20.0
tox==4.21.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.35.29
boto3==1.35.34
# via fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# boto3
# s3transfer
Expand All @@ -21,7 +21,7 @@ django==4.2.16
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.in
# openedx-django-pyfs
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/base.txt
# pymongo
Expand Down Expand Up @@ -54,7 +54,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
pymongo==4.9.1
pymongo==4.10.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.29
boto3==1.35.34
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/django.txt
# boto3
Expand All @@ -40,7 +40,7 @@ django==4.2.16
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
# openedx-django-pyfs
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/django.txt
# pymongo
Expand Down Expand Up @@ -100,7 +100,7 @@ pygments==2.18.0
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pymongo==4.9.1
pymongo==4.10.1
# 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 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ asgiref==3.8.1
# via
# -r requirements/django.txt
# django
astroid==3.3.4
astroid==3.3.5
# via
# -r requirements/test.in
# pylint
# pylint-celery
attrs==24.2.0
# via hypothesis
boto3==1.35.29
boto3==1.35.34
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -61,7 +61,7 @@ distlib==0.3.8
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
# openedx-django-pyfs
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/django.txt
# pymongo
Expand All @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.112.1
hypothesis==6.112.3
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -154,7 +154,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.9.1
pymongo==4.10.1
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand Down Expand Up @@ -209,7 +209,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.20.0
tox==4.21.2
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand Down