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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pytz==2025.1
# via xblock
pyyaml==6.0.2
# via xblock
simplejson==3.19.3
simplejson==3.20.1
# via xblock
six==1.17.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.36.17
boto3==1.36.22
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.17
botocore==1.36.22
# via
# -r requirements/test.txt
# boto3
Expand All @@ -53,7 +53,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage==7.6.11
coverage==7.6.12
# via -r requirements/test.txt
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -191,7 +191,7 @@ s3transfer==0.11.2
# via
# -r requirements/test.txt
# boto3
simplejson==3.19.3
simplejson==3.20.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.17
boto3==1.36.22
# via fs-s3fs
botocore==1.36.17
botocore==1.36.22
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ click==8.1.8
# via cookiecutter
cookiecutter==2.6.0
# via xblock-sdk
coverage==7.6.11
coverage==7.6.12
# via -r requirements/test.in
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -108,7 +108,7 @@ rich==13.9.4
# via cookiecutter
s3transfer==0.11.2
# via boto3
simplejson==3.19.3
simplejson==3.20.1
# via
# xblock
# xblock-sdk
Expand Down