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

Merged
merged 1 commit into from
Jun 30, 2023
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 @@ -104,7 +104,7 @@ edx-opaque-keys==2.3.0
# edx-when
edx-rest-api-client==5.5.2
# via -r requirements/base.in
edx-when==2.3.0
edx-when==2.4.0
# via -r requirements/base.in
event-tracking==2.1.0
# via -r requirements/base.in
Expand All @@ -120,7 +120,7 @@ lxml==4.9.2
# via xblock
markupsafe==2.1.3
# via xblock
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.6.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ 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

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ path-py==12.5.0
# via -r requirements/dev.in
pbr==5.11.1
# via stevedore
platformdirs==3.6.0
platformdirs==3.8.0
# via
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# diff-cover
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.6.0
platformdirs==3.8.0
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ edx-opaque-keys==2.3.0
# edx-when
edx-rest-api-client==5.5.2
# via -r requirements/base.in
edx-when==2.3.0
edx-when==2.4.0
# via -r requirements/base.in
event-tracking==2.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -149,15 +149,15 @@ mock==5.0.2
# via -r requirements/test.in
mypy-extensions==1.0.0
# via logilab-common
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
packaging==23.1
# via pytest
path==16.6.0
# via edx-i18n-tools
pbr==5.11.1
# via stevedore
pluggy==1.0.0
pluggy==1.2.0
# via pytest
polib==1.2.0
# via edx-i18n-tools
Expand All @@ -180,7 +180,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==7.3.2
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand Down