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

Bump the pip group across 1 directory with 7 updates #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 4 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
#
# pip-compile-multi
#
grpcio==1.38.0
# via -r requirements/base.in
protobuf==3.17.0
# via -r requirements/base.in
six==1.16.0
# via
# grpcio
# protobuf
grpcio==1.53.2
# via -r base.in
protobuf==3.18.3
# via -r base.in
71 changes: 44 additions & 27 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#
# pip-compile-multi
#
-r base.txt
alabaster==0.7.12
# via sphinx
appdirs==1.4.4
Expand All @@ -21,18 +20,18 @@ babel==2.9.1
bump2version==1.0.1
# via bumpversion
bumpversion==0.6.0
# via -r requirements/test.in
certifi==2020.12.5
# via -r test.in
certifi==2024.7.4
# via requests
cffi==1.14.5
# via xattr
chardet==4.0.0
charset-normalizer==3.4.0
# via requests
click==8.0.1
# via pifpaf
coverage[toml]==5.5
# via
# -r requirements/test.in
# -r test.in
# pytest-cov
daiquiri==3.0.0
# via pifpaf
Expand All @@ -50,25 +49,29 @@ fixtures==3.0.0
# via
# pifpaf
# testtools
flake8-docstrings==1.6.0
# via -r requirements/test.in
flake8-import-order==0.18.1
# via -r requirements/test.in
flake8==3.9.2
# via
# -r requirements/test.in
# -r test.in
# flake8-docstrings
flake8-docstrings==1.6.0
# via -r test.in
flake8-import-order==0.18.1
# via -r test.in
grpcio==1.53.2
# via
# -r base.in
# grpcio-tools
grpcio-tools==1.38.0
# via -r requirements/test.in
# via -r test.in
hypothesis==6.13.1
# via -r requirements/test.in
# via -r test.in
idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
iniconfig==1.1.1
# via pytest
jinja2==3.0.1
jinja2==3.1.4
# via
# pifpaf
# sphinx
Expand All @@ -79,9 +82,9 @@ markupsafe==2.0.1
mccabe==0.6.1
# via flake8
mock==4.0.3
# via -r requirements/test.in
# via -r test.in
more-itertools==5.0.0
# via -r requirements/test.in
# via -r test.in
packaging==20.9
# via
# pytest
Expand All @@ -93,14 +96,18 @@ pbr==5.6.0
# pifpaf
# testtools
pifpaf==3.1.5
# via -r requirements/test.in
# via -r test.in
pluggy==0.13.1
# via
# pytest
# tox
protobuf==3.18.3
# via
# -r base.in
# grpcio-tools
psutil==5.8.0
# via pifpaf
py==1.10.0
py==1.11.0
# via
# pytest
# tox
Expand All @@ -112,38 +119,48 @@ pycparser==2.20
# via cffi
pydocstyle==3.0.0
# via
# -r requirements/test.in
# -r test.in
# flake8-docstrings
pyflakes==2.3.1
# via flake8
pygments==2.9.0
# via sphinx
pyparsing==2.4.7
# via packaging
pytest-cov==2.12.0
# via -r requirements/test.in
pytest==6.2.4
# via
# -r requirements/test.in
# -r test.in
# pytest-cov
pytest-cov==2.12.0
# via -r test.in
python-json-logger==2.0.1
# via daiquiri
python-mimeparse==1.6.0
# via testtools
pytz==2021.1
# via babel
pyyaml==5.4.1
# via -r requirements/test.in
requests==2.25.1
# via -r test.in
requests==2.32.2
# via sphinx
six==1.16.0
# via
# fixtures
# more-itertools
# pydocstyle
# tenacity
# testtools
# tox
# unittest2
# virtualenv
snowballstemmer==2.1.0
# via
# pydocstyle
# sphinx
sortedcontainers==2.4.0
# via hypothesis
sphinx==4.0.2
# via -r requirements/test.in
# via -r test.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -157,7 +174,7 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
tenacity==7.0.0
# via -r requirements/test.in
# via -r test.in
testtools==2.4.0
# via fixtures
toml==0.10.2
Expand All @@ -166,14 +183,14 @@ toml==0.10.2
# pytest
# tox
tox==3.23.1
# via -r requirements/test.in
# via -r test.in
traceback2==1.4.0
# via
# testtools
# unittest2
unittest2==1.1.0
# via testtools
urllib3==1.26.4
urllib3==1.26.19
# via requests
virtualenv==20.4.6
# via tox
Expand Down