Skip to content

Commit

Permalink
Bump versions (#38)
Browse files Browse the repository at this point in the history
* Bump SDK revison
* Bump `requests` version due to being
[yanked](https://pypi.org/project/requests/2.32.1/) from PyPi due to
conflicts with CVE-2024-35195 mitigation
  • Loading branch information
n3integration authored Sep 24, 2024
1 parent d04885c commit 218466c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "runzero-sdk"
version = "0.8.5"
version = "0.8.6"
description = "The runZero platform sdk"
license = "BSD-2-Clause"
authors = ["runZero <support@runzero.com>"]
Expand Down Expand Up @@ -34,7 +34,7 @@ optional = true
[tool.poetry.dependencies]
python = "^3.8"
pydantic = ">=1.10.5,<2.0.0"
requests = "^2.31.0"
requests = "^2.32.3"
# no standard mechanism to pin transitive deps
# https://github.com/python-poetry/poetry/issues/4991
certifi = ">=2024.2.2"
Expand Down

0 comments on commit 218466c

Please sign in to comment.