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

Merged
merged 1 commit into from
Feb 26, 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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.7.2
# django
astroid==3.0.3
# via pylint
coverage==7.4.1
coverage==7.4.3
# via -r requirements/test.txt
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -65,9 +65,9 @@ pluggy==1.4.0
# pytest
pycodestyle==2.11.1
# via -r requirements/quality.in
pylint==3.0.3
pylint==3.0.4
# via -r requirements/quality.in
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-django
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.4.1
coverage==7.4.3
# via -r requirements/test.in
exceptiongroup==1.2.0
# via pytest
Expand All @@ -16,7 +16,7 @@ packaging==23.2
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.0.1
pytest==8.0.2
# via pytest-django
pytest-django==4.8.0
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/tox.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/tox.txt
urllib3==2.2.0
urllib3==2.2.1
# via requests
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/tox.txt
# tox
Loading