Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent 73a7717 commit 7404d58
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packaging==23.1
# via black
pathspec==0.11.1
# via black
platformdirs==3.6.0
platformdirs==3.7.0
# via black
tomli==2.0.1
# via black
Expand Down
8 changes: 4 additions & 4 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.26.157
boto3==1.26.158
# via -r requirements.txt
botocore==1.29.157
botocore==1.29.158
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -258,7 +258,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.0.0
pluggy==1.2.0
# via pytest
prompt-toolkit==3.0.38
# via ipython
Expand Down Expand Up @@ -308,7 +308,7 @@ pytest==7.3.2
# pytest-operator
pytest-asyncio==0.21.0
# via pytest-operator
pytest-operator==0.27.0
pytest-operator==0.28.0
# via -r requirements-integration.in
python-dateutil==2.8.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pathspec==0.11.1
# black
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==3.5.3
platformdirs==3.6.0
# 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.26.157
boto3==1.26.158
# via -r requirements.txt
botocore==1.29.157
botocore==1.29.158
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -108,7 +108,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.0.0
pluggy==1.2.0
# via pytest
pyrsistent==0.19.3
# 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.0
# via httpcore
attrs==23.1.0
# via jsonschema
boto3==1.26.157
boto3==1.26.158
# via -r requirements.in
botocore==1.29.157
botocore==1.29.158
# via
# boto3
# s3transfer
Expand Down

0 comments on commit 7404d58

Please sign in to comment.