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 python dependencies #526

Merged
merged 1 commit into from
Nov 7, 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
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ attrs==24.2.0
# via
# jsonschema
# referencing
boto3==1.35.49
boto3==1.35.55
# via -r requirements.in
boto3-stubs[s3]==1.35.49
boto3-stubs[s3]==1.35.55
# via -r requirements.in
botocore==1.35.49
botocore==1.35.55
# via
# boto3
# s3transfer
botocore-stubs==1.35.49
botocore-stubs==1.35.54
# via boto3-stubs
certifi==2024.8.30
# via
Expand Down Expand Up @@ -57,7 +57,7 @@ idna==3.10
# anyio
# httpx
# requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via opentelemetry-api
iniconfig==2.0.0
# via pytest
Expand All @@ -71,7 +71,7 @@ jsonschema==4.23.0
# via -r requirements.in
jsonschema-specifications==2024.10.1
# via jsonschema
lightkube==0.15.4
lightkube==0.15.5
# via
# -r requirements.in
# cosl
Expand All @@ -83,22 +83,22 @@ markupsafe==3.0.2
# via jinja2
mypy-boto3-s3==1.35.46
# via boto3-stubs
opentelemetry-api==1.27.0
opentelemetry-api==1.28.0
# via
# opentelemetry-exporter-otlp-proto-http
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-exporter-otlp-proto-common==1.27.0
opentelemetry-exporter-otlp-proto-common==1.28.0
# via opentelemetry-exporter-otlp-proto-http
opentelemetry-exporter-otlp-proto-http==1.27.0
opentelemetry-exporter-otlp-proto-http==1.28.0
# via -r requirements.in
opentelemetry-proto==1.27.0
opentelemetry-proto==1.28.0
# via
# opentelemetry-exporter-otlp-proto-common
# opentelemetry-exporter-otlp-proto-http
opentelemetry-sdk==1.27.0
opentelemetry-sdk==1.28.0
# via opentelemetry-exporter-otlp-proto-http
opentelemetry-semantic-conventions==0.48b0
opentelemetry-semantic-conventions==0.49b0
# via opentelemetry-sdk
ops==2.17.0
# via
Expand All @@ -111,7 +111,7 @@ packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
protobuf==4.25.5
protobuf==5.28.3
# via
# googleapis-common-protos
# opentelemetry-proto
Expand Down
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ durationpy==0.9
# via kubernetes
executing==2.1.0
# via stack-data
google-auth==2.35.0
google-auth==2.36.0
# via kubernetes
hvac==2.3.0
# via
Expand Down Expand Up @@ -103,7 +103,7 @@ pluggy==1.5.0
# pytest
prompt-toolkit==3.0.48
# via ipython
protobuf==4.25.5
protobuf==5.28.3
# via
# -c requirements.txt
# macaroonbakery
Expand Down Expand Up @@ -135,7 +135,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.386
pyright==1.1.388
# via -r test-requirements.in
pytest==8.3.3
# via
Expand Down Expand Up @@ -172,7 +172,7 @@ requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.7.1
ruff==0.7.2
# via -r test-requirements.in
six==1.16.0
# via
Expand Down
Loading