Skip to content

Commit

Permalink
Merge pull request #187 from canonical/renovate-pip-compile-refresh
Browse files Browse the repository at this point in the history
chore(deps): refresh pip-compile outputs
  • Loading branch information
i-chvets authored Aug 16, 2023
2 parents 9a2bc06 + e793fbd commit a0d5b41
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyio==3.7.1
# httpcore
asttokens==2.2.1
# via stack-data
async-timeout==4.0.2
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via
Expand All @@ -29,9 +29,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.20
boto3==1.28.25
# via -r requirements.txt
botocore==1.31.20
botocore==1.31.25
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -162,7 +162,7 @@ jmespath==1.0.1
# -r requirements.txt
# boto3
# botocore
joblib==1.3.1
joblib==1.3.2
# via scikit-learn
jsonschema==4.17.3
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-lint.in
#
black==23.3.0
black==23.7.0
# via -r requirements-fmt.txt
click==8.1.3
click==8.1.6
# via
# -r requirements-fmt.txt
# black
Expand Down Expand Up @@ -34,13 +34,13 @@ packaging==23.1
# via
# -r requirements-fmt.txt
# black
pathspec==0.11.1
pathspec==0.11.2
# via
# -r requirements-fmt.txt
# black
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==3.7.0
platformdirs==3.10.0
# via
# -r requirements-fmt.txt
# black
Expand All @@ -55,7 +55,7 @@ tomli==2.0.1
# -r requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements-fmt.txt
# black
Expand Down
6 changes: 3 additions & 3 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ attrs==23.1.0
# via
# -r requirements.txt
# jsonschema
boto3==1.28.20
boto3==1.28.25
# via -r requirements.txt
botocore==1.31.20
botocore==1.31.25
# via
# -r requirements.txt
# boto3
Expand All @@ -31,7 +31,7 @@ charset-normalizer==3.2.0
# via
# -r requirements.txt
# requests
coverage==7.2.7
coverage==7.3.0
# via -r requirements-unit.in
deepdiff==6.2.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ anyio==3.7.1
# via httpcore
attrs==23.1.0
# via jsonschema
boto3==1.28.20
boto3==1.28.25
# via -r requirements.in
botocore==1.31.20
botocore==1.31.25
# via
# boto3
# s3transfer
Expand Down

0 comments on commit a0d5b41

Please sign in to comment.