Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Bump invoke from 1.7.3 to 2.2.0 (#167)
Browse files Browse the repository at this point in the history
* Bump invoke from 1.7.3 to 2.2.0

Bumps [invoke](https://github.com/pyinvoke/invoke) from 1.7.3 to 2.2.0.
- [Commits](pyinvoke/invoke@1.7.3...2.2.0)

---
updated-dependencies:
- dependency-name: invoke
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* tidying up requirements.in

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sarah Sloan <[email protected]>
  • Loading branch information
dependabot[bot] and srh-sloan authored Mar 20, 2024
1 parent 2f3db2a commit 5714b15
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
1 change: 1 addition & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pip-tools>=6.13.0
asserts
colored
Flake8-pyproject
invoke
10 changes: 4 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ flupy==1.2.0
# alembic-utils
funding-service-design-utils==2.0.26
# via -r requirements.txt
greenlet==3.0.1
# via
# -r requirements.txt
# sqlalchemy
gunicorn==20.1.0
# via
# -r requirements.txt
Expand All @@ -169,8 +165,8 @@ inflection==0.5.1
# connexion
iniconfig==1.1.1
# via pytest
invoke==1.7.3
# via -r requirements.txt
invoke==2.2.0
# via -r requirements-dev.in
itsdangerous==2.1.2
# via
# -r requirements.txt
Expand Down Expand Up @@ -296,6 +292,7 @@ pyjwt[crypto]==2.6.0
# via
# -r requirements.txt
# funding-service-design-utils
# pyjwt
pyparsing==3.0.9
# via
# -r requirements.txt
Expand Down Expand Up @@ -394,6 +391,7 @@ sentry-sdk[flask]==1.31.0
# via
# -r requirements.txt
# funding-service-design-utils
# sentry-sdk
shortuuid==1.0.11
# via -r requirements.txt
six==1.16.0
Expand Down
5 changes: 0 additions & 5 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ connexion
swagger-ui-bundle
openapi-spec-validator
prance


# Extras
invoke
beautifulsoup4==4.12.2
16 changes: 6 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
Expand All @@ -19,9 +19,7 @@ attrs==23.1.0
babel==2.11.0
# via flask-babel
beautifulsoup4==4.12.2
# via
# -r requirements.in
# funding-service-design-utils
# via funding-service-design-utils
blinker==1.5
# via sentry-sdk
boto3==1.26.153
Expand Down Expand Up @@ -86,16 +84,12 @@ flupy==1.2.0
# via alembic-utils
funding-service-design-utils==2.0.26
# via -r requirements.in
greenlet==3.0.1
# via sqlalchemy
gunicorn==20.1.0
# via funding-service-design-utils
idna==3.4
# via requests
inflection==0.5.1
# via connexion
invoke==1.7.3
# via -r requirements.in
itsdangerous==2.1.2
# via
# connexion
Expand Down Expand Up @@ -222,7 +216,9 @@ s3transfer==0.6.1
semver==2.13.0
# via prance
sentry-sdk[flask]==1.31.0
# via funding-service-design-utils
# via
# funding-service-design-utils
# sentry-sdk
shortuuid==1.0.11
# via -r requirements.in
six==1.16.0
Expand Down

0 comments on commit 5714b15

Please sign in to comment.