Skip to content

Commit

Permalink
chore: Bump the pip_dependencies group across 1 directory with 5 upda…
Browse files Browse the repository at this point in the history
…tes (#282)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent f84b158 commit e82f8e4
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 58 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pyhcl
pyopenssl
pytest-interface-tester
pydantic==2.8.2
rpds-py==0.18.0
rpds-py==0.18.1
# vault_client requirements
hvac
39 changes: 31 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,52 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via httpx
attrs==24.2.0
# via
# jsonschema
# referencing
boto3==1.35.6
boto3==1.35.10
# via -r requirements.in
boto3-stubs[s3]==1.35.6
boto3-stubs[s3]==1.35.10
# via -r requirements.in
botocore==1.35.6
botocore==1.35.10
# via
# boto3
# s3transfer
botocore-stubs==1.35.6
# via boto3-stubs
certifi==2024.7.4
# via requests
# via
# httpcore
# httpx
# requests
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via typer
cosl==0.0.24
cosl==0.0.26
# via -r requirements.in
cryptography==43.0.0
# via
# -r requirements.in
# pyopenssl
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.2
# via lightkube
hvac==2.3.0
# via -r requirements.in
idna==3.8
# via requests
# via
# anyio
# httpx
# requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
Expand All @@ -50,11 +64,15 @@ jsonschema==4.23.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
# via jsonschema
lightkube==0.15.4
# via cosl
lightkube-models==1.30.0.8
# via lightkube
markupsafe==2.1.5
# via jinja2
mypy-boto3-s3==1.35.2
# via boto3-stubs
ops==2.15.0
ops==2.16.0
# via
# -r requirements.in
# cosl
Expand Down Expand Up @@ -89,6 +107,7 @@ python-dateutil==2.9.0.post0
pyyaml==6.0.2
# via
# cosl
# lightkube
# ops
# ops-scenario
referencing==0.35.1
Expand All @@ -97,7 +116,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via hvac
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements.in
# jsonschema
Expand All @@ -106,6 +125,10 @@ s3transfer==0.10.2
# via boto3
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
tenacity==9.0.0
# via cosl
typer==0.7.0
Expand Down
63 changes: 14 additions & 49 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,20 @@ cachetools==5.5.0
# via google-auth
certifi==2024.7.4
# via
# -c requirements.txt
# kubernetes
# requests
cffi==1.17.0
# via
# -c requirements.txt
# cryptography
# pynacl
charset-normalizer==3.3.2
# via
# -c requirements.txt
# requests
# via requests
codespell==2.3.0
# via -r test-requirements.in
coverage[toml]==7.6.1
# via -r test-requirements.in
cryptography==43.0.0
# via
# -c requirements.txt
# paramiko
# via paramiko
decorator==5.1.1
# via
# ipdb
Expand All @@ -41,27 +35,19 @@ executing==2.0.1
google-auth==2.34.0
# via kubernetes
hvac==2.3.0
# via
# -c requirements.txt
# juju
# via juju
idna==3.8
# via
# -c requirements.txt
# requests
# via requests
iniconfig==2.0.0
# via
# -c requirements.txt
# pytest
# via pytest
ipdb==0.13.13
# via pytest-operator
ipython==8.27.0
# via ipdb
jedi==0.19.1
# via ipython
jinja2==3.1.4
# via
# -c requirements.txt
# pytest-operator
# via pytest-operator
juju==3.5.2.0
# via
# -r test-requirements.in
Expand All @@ -71,9 +57,7 @@ kubernetes==30.1.0
macaroonbakery==1.3.4
# via juju
markupsafe==2.1.5
# via
# -c requirements.txt
# jinja2
# via jinja2
matplotlib-inline==0.1.7
# via ipython
mypy-extensions==1.0.0
Expand All @@ -84,17 +68,12 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.15.0
# via
# -c requirements.txt
# ops-scenario
ops==2.16.0
# via ops-scenario
ops-scenario==6.1.6
# via
# -c requirements.txt
# -r test-requirements.in
# via -r test-requirements.in
packaging==24.1
# via
# -c requirements.txt
# juju
# pytest
paramiko==3.4.1
Expand All @@ -104,9 +83,7 @@ parso==0.8.4
pexpect==4.9.0
# via ipython
pluggy==1.5.0
# via
# -c requirements.txt
# pytest
# via pytest
prompt-toolkit==3.0.47
# via ipython
protobuf==5.28.0
Expand All @@ -123,9 +100,7 @@ pyasn1==0.6.0
pyasn1-modules==0.4.0
# via google-auth
pycparser==2.22
# via
# -c requirements.txt
# cffi
# via cffi
pygments==2.18.0
# via ipython
pymacaroons==0.13.0
Expand All @@ -143,7 +118,6 @@ pyright==1.1.378
# via -r test-requirements.in
pytest==8.3.2
# via
# -c requirements.txt
# -r test-requirements.in
# pytest-asyncio
# pytest-dependency
Expand All @@ -157,22 +131,18 @@ pytest-dependency==0.6.0
pytest-operator==0.36.0
# via -r test-requirements.in
python-dateutil==2.9.0.post0
# via
# -c requirements.txt
# kubernetes
# via kubernetes
pytz==2024.1
# via pyrfc3339
pyyaml==6.0.2
# via
# -c requirements.txt
# juju
# kubernetes
# ops
# ops-scenario
# pytest-operator
requests==2.32.3
# via
# -c requirements.txt
# hvac
# kubernetes
# macaroonbakery
Expand All @@ -185,7 +155,6 @@ ruff==0.6.3
# via -r test-requirements.in
six==1.16.0
# via
# -c requirements.txt
# asttokens
# kubernetes
# macaroonbakery
Expand All @@ -200,21 +169,17 @@ traitlets==5.14.3
# ipython
# matplotlib-inline
typing-extensions==4.12.2
# via
# -c requirements.txt
# typing-inspect
# via typing-inspect
typing-inspect==0.9.0
# via juju
urllib3==2.2.2
# via
# -c requirements.txt
# kubernetes
# requests
wcwidth==0.2.13
# via prompt-toolkit
websocket-client==1.8.0
# via
# -c requirements.txt
# kubernetes
# ops
websockets==13.0.1
Expand Down

0 comments on commit e82f8e4

Please sign in to comment.