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

Bump the cryptography version to 41.0.5 #16084

Merged
merged 1 commit into from
Oct 26, 2023
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
4 changes: 4 additions & 0 deletions cisco_aci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Fixed***:

* Bump the `cryptography` version to 41.0.5 ([#16083](https://github.com/DataDog/integrations-core/pull/16083))

Check failure on line 7 in cisco_aci/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

The first line of every new changelog entry must end with a link to the associated PR: ` ([#16084](https://github.com/DataDog/integrations-core/pull/16084))`

## 2.3.1 / 2023-08-18 / Agent 7.48.0

***Fixed***:
Expand Down
2 changes: 1 addition & 1 deletion cisco_aci/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.3; python_version > '3.0'",
"cryptography==41.0.5; python_version > '3.0'",
]

[project.urls]
Expand Down
4 changes: 4 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## Unreleased

***Fixed***:

* Bump the `cryptography` version to 41.0.5 ([#16083](https://github.com/DataDog/integrations-core/pull/16083))

Check failure on line 7 in datadog_checks_base/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

The first line of every new changelog entry must end with a link to the associated PR: ` ([#16084](https://github.com/DataDog/integrations-core/pull/16084))`

## 33.1.0 / 2023-08-25

***Security***:

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

Check failure on line 13 in datadog_checks_base/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

The first line of every new changelog entry must end with a link to the associated PR: ` ([#16084](https://github.com/DataDog/integrations-core/pull/16084))`
* in-toto: 2.0.0
* securesystemslib: 0.28.0

Expand All @@ -14,7 +18,7 @@

***Fixed***:

* Use `DD_TRACE_ENABLED` to disable ddtrace on Windows when using `process_isolation` ([#15635](https://github.com/DataDog/integrations-core/pull/15635))

Check failure on line 21 in datadog_checks_base/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

The first line of every new changelog entry must end with a link to the associated PR: ` ([#16084](https://github.com/DataDog/integrations-core/pull/16084))`

## 33.0.0 / 2023-08-18

Expand All @@ -36,7 +40,7 @@
* Downgrade pydantic to 2.0.2 ([#15596](https://github.com/DataDog/integrations-core/pull/15596))
* Bump cryptography to 41.0.3 ([#15517](https://github.com/DataDog/integrations-core/pull/15517))
* Prevent `command already in progress` errors in the Postgres integration ([#15489](https://github.com/DataDog/integrations-core/pull/15489))
* Disable ddtrace when using process_isolation on Windows ([#15622](https://github.com/DataDog/integrations-core/pull/15622))

Check failure on line 43 in datadog_checks_base/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

The first line of every new changelog entry must end with a link to the associated PR: ` ([#16084](https://github.com/DataDog/integrations-core/pull/16084))`

## 32.7.0 / 2023-08-10

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cm-client==45.0.4
confluent-kafka==2.2.0; python_version > '3.0'
contextlib2==0.6.0.post1; python_version < '3.0'
cryptography==3.3.2; python_version < '3.0'
cryptography==41.0.3; python_version > '3.0'
cryptography==41.0.5; python_version > '3.0'
ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'
ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'
ddtrace==1.11.2; python_version > '3.0'
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deps = [
"cachetools==5.3.1; python_version > '3.0'",
"contextlib2==0.6.0.post1; python_version < '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.3; python_version > '3.0'",
"cryptography==41.0.5; python_version > '3.0'",
"ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'",
"ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'",
"ddtrace==1.11.2; python_version > '3.0'",
Expand Down
4 changes: 4 additions & 0 deletions http_check/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Fixed***:

* Bump the `cryptography` version to 41.0.5 ([#16083](https://github.com/DataDog/integrations-core/pull/16083))

Check failure on line 7 in http_check/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

The first line of every new changelog entry must end with a link to the associated PR: ` ([#16084](https://github.com/DataDog/integrations-core/pull/16084))`

## 9.0.1 / 2023-08-18 / Agent 7.48.0

***Fixed***:
Expand Down
2 changes: 1 addition & 1 deletion http_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.3; python_version > '3.0'",
"cryptography==41.0.5; python_version > '3.0'",
"requests-ntlm==1.1.0; python_version < '3.0'",
"requests-ntlm==1.2.0; python_version > '3.0'",
]
Expand Down
4 changes: 4 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Fixed***:

* Bump the `cryptography` version to 41.0.5 ([#16083](https://github.com/DataDog/integrations-core/pull/16083))

## 11.1.0 / 2023-08-18 / Agent 7.48.0

***Added***:
Expand Down
2 changes: 1 addition & 1 deletion mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.1; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.3; python_version > '3.0'",
"cryptography==41.0.5; python_version > '3.0'",
"futures==3.4.0; python_version < '3.0'",
"pymysql==0.10.1",
]
Expand Down
4 changes: 4 additions & 0 deletions tls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Fixed***:

* Bump the `cryptography` version to 41.0.5 ([#16083](https://github.com/DataDog/integrations-core/pull/16083))

## 2.12.1 / 2023-08-18 / Agent 7.48.0

***Fixed***:
Expand Down
2 changes: 1 addition & 1 deletion tls/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.3; python_version > '3.0'",
"cryptography==41.0.5; python_version > '3.0'",
"ipaddress==1.0.23; python_version < '3.0'",
"service-identity[idna]==21.1.0",
]
Expand Down
Loading