Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs (#119)
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 Aug 16, 2023
1 parent ead25e6 commit ae5e05a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion charms/argo-controller/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.2
# via black
platformdirs==3.9.1
platformdirs==3.10.0
# via black
tomli==2.0.1
# via black
Expand Down
10 changes: 5 additions & 5 deletions charms/argo-controller/requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiosignal==1.3.1
# via aiohttp
asttokens==2.2.1
# via stack-data
async-timeout==4.0.2
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
Expand All @@ -32,13 +32,13 @@ charset-normalizer==3.2.0
# via
# aiohttp
# requests
cryptography==41.0.2
cryptography==41.0.3
# via paramiko
decorator==5.1.1
# via
# ipdb
# ipython
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
executing==1.2.0
# via stack-data
Expand Down Expand Up @@ -119,7 +119,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pygments==2.15.1
pygments==2.16.1
# via ipython
pymacaroons==0.13.0
# via macaroonbakery
Expand Down Expand Up @@ -172,7 +172,7 @@ six==1.16.0
# python-dateutil
stack-data==0.6.2
# via ipython
tenacity==8.2.2
tenacity==8.2.3
# via -r requirements-integration.in
theblues==0.5.2
# via juju
Expand Down
2 changes: 1 addition & 1 deletion charms/argo-controller/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pathspec==0.11.2
# via black
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==3.9.1
platformdirs==3.10.0
# via black
pycodestyle==2.10.0
# via flake8
Expand Down
8 changes: 4 additions & 4 deletions charms/argo-controller/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
coverage==7.2.7
coverage==7.3.0
# via -r requirements-unit.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
idna==3.4
# via requests
importlib-resources==6.0.0
importlib-resources==6.0.1
# via jsonschema
iniconfig==2.0.0
# via pytest
jsonschema==4.17.3
# via serialized-data-interface
oci-image==1.0.0
# via -r requirements.in
ops==2.4.1
ops==2.5.1
# via
# -r requirements-unit.in
# -r requirements.in
Expand Down
4 changes: 2 additions & 2 deletions charms/argo-controller/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ charset-normalizer==3.2.0
# via requests
idna==3.4
# via requests
importlib-resources==6.0.0
importlib-resources==6.0.1
# via jsonschema
jsonschema==4.17.3
# via serialized-data-interface
oci-image==1.0.0
# via -r requirements.in
ops==2.4.1
ops==2.5.1
# via
# -r requirements.in
# serialized-data-interface
Expand Down
2 changes: 1 addition & 1 deletion charms/argo-server/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.2
# via black
platformdirs==3.9.1
platformdirs==3.10.0
# via black
tomli==2.0.1
# via black
Expand Down
2 changes: 1 addition & 1 deletion charms/argo-server/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pathspec==0.11.2
# via black
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==3.9.1
platformdirs==3.10.0
# via black
pycodestyle==2.10.0
# via flake8
Expand Down
6 changes: 3 additions & 3 deletions charms/argo-server/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile requirements-unit.in
#
coverage==7.2.7
coverage==7.3.0
# via -r requirements-unit.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
iniconfig==2.0.0
# via pytest
oci-image==1.0.0
# via -r requirements.in
ops==2.4.1
ops==2.5.1
# via
# -r requirements-unit.in
# -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion charms/argo-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
oci-image==1.0.0
# via -r requirements.in
ops==2.4.1
ops==2.5.1
# via -r requirements.in
pyyaml==6.0.1
# via ops
Expand Down

0 comments on commit ae5e05a

Please sign in to comment.