Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): refresh pip-compile outputs #132

Merged
merged 1 commit into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ mypy-extensions==1.0.0
# via black
packaging==23.1
# via black
pathspec==0.11.1
pathspec==0.11.2
# via black
platformdirs==3.9.1
platformdirs==3.10.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 @@ -45,7 +45,7 @@ charset-normalizer==3.2.0
# via
# aiohttp
# requests
cryptography==41.0.2
cryptography==41.0.3
# via
# paramiko
# pyopenssl
Expand Down Expand Up @@ -96,7 +96,7 @@ ipdb==0.13.13
# via pytest-operator
ipython==8.12.2
# via ipdb
jedi==0.18.2
jedi==0.19.0
# via ipython
jinja2==3.1.2
# via
Expand Down Expand Up @@ -166,7 +166,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 All @@ -177,7 +177,7 @@ pynacl==1.5.0
# pymacaroons
pyopenssl==23.2.0
# via selenium-wire
pyparsing==3.1.0
pyparsing==3.1.1
# via selenium-wire
pyrfc3339==1.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ mypy-extensions==1.0.0
# via black
packaging==23.1
# via black
pathspec==0.11.1
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
10 changes: 6 additions & 4 deletions requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ certifi==2023.7.22
# httpcore
# httpx
# requests
charmed-kubeflow-chisme==0.0.11
charmed-kubeflow-chisme==0.2.0
# via -r requirements.txt
charset-normalizer==3.2.0
# via
Expand Down Expand Up @@ -55,7 +55,7 @@ idna==3.4
# anyio
# httpx
# requests
importlib-resources==6.0.0
importlib-resources==6.0.1
# via
# -r requirements.txt
# jsonschema
Expand All @@ -81,7 +81,7 @@ markupsafe==2.1.3
# via
# -r requirements.txt
# jinja2
ops==2.4.1
ops==2.5.0
# via
# -r requirements-unit.in
# -r requirements.txt
Expand Down Expand Up @@ -125,7 +125,9 @@ ruamel-yaml-clib==0.2.7
# -r requirements.txt
# ruamel-yaml
serialized-data-interface==0.7.0
# via -r requirements.txt
# via
# -r requirements.txt
# charmed-kubeflow-chisme
sniffio==1.3.0
# via
# -r requirements.txt
Expand Down
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ certifi==2023.7.22
# httpcore
# httpx
# requests
charmed-kubeflow-chisme==0.0.11
charmed-kubeflow-chisme==0.2.0
# via -r requirements.in
charset-normalizer==3.2.0
# via requests
Expand All @@ -34,7 +34,7 @@ idna==3.4
# anyio
# httpx
# requests
importlib-resources==6.0.0
importlib-resources==6.0.1
# via jsonschema
jinja2==3.1.2
# via
Expand All @@ -50,7 +50,7 @@ lightkube-models==1.27.1.4
# via lightkube
markupsafe==2.1.3
# via jinja2
ops==2.4.1
ops==2.5.0
# via
# -r requirements.in
# charmed-kubeflow-chisme
Expand All @@ -73,7 +73,9 @@ ruamel-yaml==0.17.32
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
serialized-data-interface==0.7.0
# via -r requirements.in
# via
# -r requirements.in
# charmed-kubeflow-chisme
sniffio==1.3.0
# via
# anyio
Expand Down
Loading