diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-24 10:58:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 10:58:39 -0700 |
commit | 330d70a66c147207d3f20cafe4000435228d5529 (patch) | |
tree | e70333e729ff1bac18a14d24d08558fdf282b4e6 | |
parent | 236c73059eaf59e6f936ce6313207eb410c77997 (diff) | |
download | dnspython-330d70a66c147207d3f20cafe4000435228d5529.tar.gz |
Update cryptography requirement from >=2.6,<40.0 to >=2.6,<41.0 (#917)
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/2.6...40.0.0)
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8f785b5..30cf10f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ python = "^3.7" httpx = {version=">=0.21.1", optional=true, python=">=3.6.2"} h2 = {version=">=4.1.0", optional=true, python=">=3.6.2"} idna = {version=">=2.1,<4.0", optional=true} -cryptography = {version=">=2.6,<40.0", optional=true} +cryptography = {version=">=2.6,<41.0", optional=true} trio = {version=">=0.14,<0.23", optional=true} sniffio = {version="^1.1", optional=true} wmi = {version="^1.5.1", optional=true} |