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

Merged
merged 1 commit into from
Nov 13, 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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
pbr==5.11.1
pbr==6.0.0
# via stevedore
pymongo==3.13.0
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ coverage[toml]==7.3.2
# -r requirements/doc.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/doc.txt
dill==0.3.7
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.88.1
hypothesis==6.88.3
# via -r requirements/doc.txt
idna==3.4
# via
Expand Down Expand Up @@ -155,7 +155,7 @@ packaging==23.2
# pytest
# sphinx
# tox
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/doc.txt
# stevedore
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.txt
dill==0.3.7
# via
Expand All @@ -49,7 +49,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.88.1
hypothesis==6.88.3
# via -r requirements/test.txt
isort==5.12.0
# via
Expand Down Expand Up @@ -83,7 +83,7 @@ packaging==23.2
# via
# -r requirements/test.txt
# pytest
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.txt
dill==0.3.7
# via
Expand All @@ -68,7 +68,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.88.1
hypothesis==6.88.3
# via -r requirements/test.txt
idna==3.4
# via requests
Expand Down Expand Up @@ -113,7 +113,7 @@ packaging==23.2
# pydata-sphinx-theme
# pytest
# sphinx
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
Expand All @@ -35,7 +35,7 @@ exceptiongroup==1.1.3
# via hypothesis
execnet==2.0.2
# via pytest-xdist
hypothesis==6.88.1
hypothesis==6.88.3
# via -r requirements/test.in
isort==5.12.0
# via pylint
Expand All @@ -55,7 +55,7 @@ mypy-extensions==1.0.0
# via mypy
packaging==23.2
# via pytest
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
Expand Down
Loading