Skip to content

Commit

Permalink
chore(deps): Update grpcio and certifi packages to address CVEs (open…
Browse files Browse the repository at this point in the history
…ebs#19)

grpcio:
- CVE-2023-33953 (https://avd.aquasec.com/nvd/2023/cve-2023-33953/)
- fixed version: 1.56.2

certifi:
- CVE-2023-37920 (https://avd.aquasec.com/nvd/2023/cve-2023-37920/)
- fixed version: 2023.7.22

Signed-off-by: Claudiu Belu <[email protected]>
  • Loading branch information
claudiubelu authored Dec 18, 2024
1 parent d4e90e1 commit fbba3dd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
#
# pip-compile
#
certifi==2023.5.7
certifi==2024.12.14
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.4.0
# via requests
click==8.1.3
click==8.1.7
# via -r requirements.in
grpcio==1.56.0
grpcio==1.56.2
# via
# -r requirements.in
# grpcio-tools
grpcio-tools==1.56.0
grpcio-tools==1.56.2
# via -r requirements.in
idna==3.4
idna==3.10
# via requests
munch==4.0.0
# via -r requirements.in
prometheus-client==0.17.0
prometheus-client==0.21.1
# via -r requirements.in
protobuf==4.23.3
protobuf==4.25.5
# via grpcio-tools
pykube-ng==23.6.0
# via -r requirements.in
pyyaml==6.0
pyyaml==6.0.2
# via
# -r requirements.in
# pykube-ng
requests==2.31.0
requests==2.32.3
# via pykube-ng
urllib3==2.0.3
urllib3==2.2.3
# via
# pykube-ng
# requests
Expand Down

0 comments on commit fbba3dd

Please sign in to comment.