Skip to content

Commit

Permalink
Update packages versions
Browse files Browse the repository at this point in the history
This addresses the vulnerabilites in the packages as reported by

https://github.com/containerbuildsystem/atomic-reactor/security/dependabot

STONEBLD-2636

Signed-off-by: mkosiarc <mkosiarc@redhat.com>
  • Loading branch information
mkosiarc committed Aug 26, 2024
1 parent 2f59919 commit 3bc6ccd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
6 changes: 3 additions & 3 deletions otel-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ grpcio==1.57.0
# via opentelemetry-exporter-otlp-proto-grpc
hatchling==1.18.0
# via -r otel-requirements.in
idna==3.4
idna==3.7
# via requests
importlib-metadata==6.8.0
# via opentelemetry-api
Expand Down Expand Up @@ -85,7 +85,7 @@ protobuf==4.24.2
# via
# googleapis-common-protos
# opentelemetry-proto
pydantic==1.10.12
pydantic==1.10.13
# via otel-extensions
requests==2.32.3
# via opentelemetry-exporter-otlp-proto-http
Expand All @@ -105,7 +105,7 @@ wrapt==1.15.0
# via
# deprecated
# opentelemetry-instrumentation
zipp==3.16.2
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
9 changes: 4 additions & 5 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ gssapi==1.7.2
# requests-gssapi
hatchling==1.18.0
# via -r otel-requirements.in
idna==3.3
idna==3.7
# via requests
importlib-metadata==6.8.0
# via opentelemetry-api
Expand Down Expand Up @@ -132,7 +132,7 @@ packaging==23.1
# via
# hatchling
# pytest
paramiko==2.10.3
paramiko==3.4.1
# via -r requirements.in
pathspec==0.11.2
# via hatchling
Expand All @@ -156,7 +156,7 @@ pycodestyle==2.8.0
# via flake8
pycparser==2.20
# via cffi
pydantic==1.10.12
pydantic==1.10.13
# via otel-extensions
pyflakes==2.4.0
# via
Expand Down Expand Up @@ -228,7 +228,6 @@ six==1.16.0
# dockerfile-parse
# koji
# osbs-client
# paramiko
# python-dateutil
# requests-mock
# responses
Expand All @@ -253,7 +252,7 @@ wrapt==1.15.0
# via
# deprecated
# opentelemetry-instrumentation
zipp==3.16.2
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ backoff
dockerfile-parse>=0.0.13
flatpak-module-tools>=0.14
jsonschema
paramiko>=2.10.1
paramiko>=3.4.0
PyYAML
ruamel.yaml
git+https://github.com/containerbuildsystem/osbs-client@d0e1e394fe044fae6ade98d640c51a75fa69b9af#egg=osbs-client
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gssapi==1.7.2
# requests-gssapi
hatchling==1.18.0
# via -r otel-requirements.in
idna==3.3
idna==3.7
# via requests
importlib-metadata==6.8.0
# via opentelemetry-api
Expand Down Expand Up @@ -117,7 +117,7 @@ otel-extensions==0.2.5
# via -r otel-requirements.in
packaging==23.1
# via hatchling
paramiko==2.10.3
paramiko==3.4.1
# via -r requirements.in
pathspec==0.11.2
# via hatchling
Expand All @@ -131,7 +131,7 @@ pycairo==1.20.1
# via pygobject
pycparser==2.20
# via cffi
pydantic==1.10.12
pydantic==1.10.13
# via otel-extensions
pygobject==3.42.0
# via -r requirements.in
Expand Down Expand Up @@ -173,7 +173,6 @@ six==1.16.0
# dockerfile-parse
# koji
# osbs-client
# paramiko
# python-dateutil
tomli==2.0.1
# via hatchling
Expand All @@ -192,7 +191,7 @@ wrapt==1.15.0
# via
# deprecated
# opentelemetry-instrumentation
zipp==3.16.2
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ flexmock==0.11.1 \
--hash=sha256:1c51371767f968e1d2f505138de72b07704ecebc9b34e0b52ffdeeb510685c3f \
--hash=sha256:8cdd911f48d0696efd41231dbbd63fb1eb8290b34b0bb691019739d6cd94eadd
# via -r requirements.in
idna==3.3 \
idna==3.7 \
--hash=sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff \
--hash=sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
# via requests
Expand Down

0 comments on commit 3bc6ccd

Please sign in to comment.