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

chore(deps): bump py from 1.10.0 to 1.11.0 in /requirements #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions requirements/integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
#
# pip-compile-multi
#
backports.entry-points-selectable==1.1.0
backports-entry-points-selectable==1.1.0
# via virtualenv
cfgv==3.3.0
# via pre-commit
click==8.0.4
# via
# -r requirements/integration.in
# -r integration.in
# pip-compile-multi
# pip-tools
distlib==0.3.2
Expand All @@ -29,18 +29,18 @@ packaging==21.3
pep517==0.11.0
# via pip-tools
pip-compile-multi==2.4.1
# via -r requirements/integration.in
# via -r integration.in
pip-tools==6.2.0
# via pip-compile-multi
platformdirs==2.2.0
# via virtualenv
pluggy==0.13.1
# via tox
pre-commit==2.14.0
# via -r requirements/integration.in
py==1.10.0
# via -r integration.in
py==1.11.0
# via
# -r requirements/integration.in
# -r integration.in
# tox
pyparsing==3.0.6
# via packaging
Expand All @@ -59,7 +59,7 @@ tomli==1.2.1
toposort==1.6
# via pip-compile-multi
tox==3.24.1
# via -r requirements/integration.in
# via -r integration.in
virtualenv==20.7.2
# via
# pre-commit
Expand Down