Skip to content

Commit

Permalink
Update security dependencies (in-toto, securesystemslib) (#15667)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog authored Aug 25, 2023
1 parent 5244bc5 commit 3612c69
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
6 changes: 6 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

***Security***:

* Update security dependencies ([#15667](https://github.com/DataDog/integrations-core/pull/15667))
* in-toto: 2.0.0
* securesystemslib: 0.28.0

## 33.0.1 / 2023-08-24

***Fixed***:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ foundationdb==6.3.24; python_version > '3.0'
futures==3.4.0; python_version < '3.0'
gearman==2.0.2; sys_platform != 'win32' and python_version < '3.0'
importlib-metadata==2.1.3; python_version < '3.8'
in-toto==1.0.1; python_version > '3.0'
in-toto==2.0.0; python_version > '3.0'
ipaddress==1.0.23; python_version < '3.0'
jaydebeapi==1.2.3
jellyfish==1.0.0; python_version > '3.0'
Expand Down Expand Up @@ -96,7 +96,7 @@ requests==2.27.1; python_version < '3.0'
requests==2.31.0; python_version > '3.0'
rethinkdb==2.4.9
scandir==1.10.0
securesystemslib[crypto,pynacl]==0.25.0; python_version > '3.0'
securesystemslib[crypto,pynacl]==0.28.0; python_version > '3.0'
semver==2.13.0; python_version < '3.0'
semver==3.0.1; python_version > '3.0'
serpent==1.28; sys_platform == 'win32' and python_version < '3.0'
Expand Down
6 changes: 6 additions & 0 deletions datadog_checks_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

***Security***:

* Update security dependencies ([#15667](https://github.com/DataDog/integrations-core/pull/15667))
* in-toto: 2.0.0
* securesystemslib: 0.28.0

## 24.0.0 / 2023-08-18

***Removed***:
Expand Down
4 changes: 2 additions & 2 deletions datadog_checks_dev/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cli = [
"colorama",
"datamodel-code-generator~=0.21.4",
"hatch>=1.5.0",
"in-toto==1.0.1",
"in-toto==2.0.0",
"jsonschema",
"markdown",
"orjson",
Expand All @@ -78,7 +78,7 @@ cli = [
"platformdirs>=2.0.0a3",
"pydantic>=2.0.2",
"pysmi>=0.3.4",
"securesystemslib[crypto]==0.20.1",
"securesystemslib[crypto]==0.28.0",
"semver>=2.13.0",
"tabulate>=0.8.9",
"toml>=0.9.4, <1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions datadog_checks_downloader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

***Security***:

* Update security dependencies ([#15667](https://github.com/DataDog/integrations-core/pull/15667))
* in-toto: 2.0.0
* securesystemslib: 0.28.0

## 4.2.2 / 2023-07-10

***Fixed***:
Expand Down
4 changes: 2 additions & 2 deletions datadog_checks_downloader/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"in-toto==1.0.1; python_version > '3.0'",
"in-toto==2.0.0; python_version > '3.0'",
"packaging==23.1; python_version > '3.0'",
"securesystemslib[crypto,pynacl]==0.25.0; python_version > '3.0'",
"securesystemslib[crypto,pynacl]==0.28.0; python_version > '3.0'",
"tuf==2.0.0; python_version > '3.0'",
]

Expand Down

0 comments on commit 3612c69

Please sign in to comment.