Skip to content

Commit

Permalink
chore: Updating Python Requirements (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 14, 2023
1 parent 3b7d914 commit 82a1dd3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sphinxext-rediraffe==0.2.7
# via -r requirements/base.in
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.7
urllib3==2.1.0
# via requests
zipp==3.17.0
# via importlib-metadata
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ typing-extensions==4.8.0
# via
# -r requirements/base.txt
# pydata-sphinx-theme
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 82a1dd3

Please sign in to comment.