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

Python Requirements Update #1832

Closed
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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ pip-tools==7.1.0
# via -r requirements/dev.in
pkginfo==1.9.6
# via twine
platformdirs==3.9.1
platformdirs==3.10.0
# via
# pylint
# virtualenv
Expand Down Expand Up @@ -507,7 +507,7 @@ pyasn1==0.5.0
# -r requirements/test-master.txt
# -r requirements/test.txt
# pgpy
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/dev.in
pycparser==2.21
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx-platform-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ edx-drf-extensions==8.8.0
# edx-rbac
# edx-when
# edxval
edx-enterprise==4.0.6
edx-enterprise==4.0.14
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/js_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pytz==2023.3
# via tempora
pyyaml==6.0.1
# via jasmine
selenium==4.10.0
selenium==4.11.0
# via jasmine
sniffio==1.3.0
# via trio
Expand Down
Loading