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: bump the pip_dependencies group with 5 updates #374

Merged
merged 1 commit into from
Nov 25, 2024
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
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cffi==1.17.1
# via cryptography
click==8.1.7
# via typer
cosl==0.0.43
cosl==0.0.45
# via -r requirements.in
cryptography==43.0.3
# via -r requirements.in
Expand Down Expand Up @@ -61,16 +61,16 @@ pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.1
# via
# -r requirements.in
# cosl
# pytest-interface-tester
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pytest==8.3.3
# via pytest-interface-tester
pytest-interface-tester==3.2.0
pytest-interface-tester==3.3.0
# via -r requirements.in
pyyaml==6.0.2
# via
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ charset-normalizer==3.4.0
# via requests
codespell==2.3.0
# via -r test-requirements.in
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via -r test-requirements.in
cryptography==43.0.3
# via paramiko
Expand Down Expand Up @@ -145,7 +145,7 @@ requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.7.4
ruff==0.8.0
# via -r test-requirements.in
six==1.16.0
# via
Expand Down
Loading