summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump BoringSSL and/or OpenSSL in CI (#8247)pyca-boringbot[bot]2023-02-091-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* bump libressl versions (#8246)Alex Gaynor2023-02-081-2/+2
|
* fix some pytest warnings (#8245)Paul Kehrer2023-02-081-2/+2
| | | this code will be gone soon, but it's easy enough to fix
* use newer versions of everything for rtd builds (#8244)Paul Kehrer2023-02-081-3/+3
|
* use the modern invocation for our sphinx rtd theme (#8243)Paul Kehrer2023-02-082-3/+6
| | | | | * use the modern invocation for our sphinx rtd theme * works with sphinx6?
* Bump platformdirs from 2.6.2 to 3.0.0 (#8221)dependabot[bot]2023-02-081-1/+1
| | | | | | | | | | | | | | | | Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.6.2 to 3.0.0. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/2.6.2...3.0.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump tox from 4.4.4 to 4.4.5 (#8237)dependabot[bot]2023-02-081-1/+1
| | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 4.4.4 to 4.4.5. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.4.4...4.4.5) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 (#8238)dependabot[bot]2023-02-081-1/+1
| | | | | | | | | | | | | | | | Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump types-requests from 2.28.11.11 to 2.28.11.12 (#8239)dependabot[bot]2023-02-081-1/+1
| | | | | | | | | | | | | | | Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.11 to 2.28.11.12. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump virtualenv from 20.18.0 to 20.19.0 (#8240)dependabot[bot]2023-02-081-1/+1
| | | | | | | | | | | | | | | | Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.18.0 to 20.19.0. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.18.0...20.19.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump pytest-xdist from 3.1.0 to 3.2.0 (#8241)dependabot[bot]2023-02-081-1/+1
| | | | | | | | | | | | | | | | Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* bump openssl for releases today (#8234)Alex Gaynor2023-02-071-7/+7
|
* Bump BoringSSL and/or OpenSSL in CI (#8233)pyca-boringbot[bot]2023-02-081-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* port changelog to main (#8232)Paul Kehrer2023-02-071-0/+9
|
* Don't allow update_into to mutate immutable objects (#8230)Alex Gaynor2023-02-072-1/+9
|
* always specify a minimum bound on tox (#8227)Alex Gaynor2023-02-071-5/+5
| | | this prevents catastrophic backtracking and favors pip resolution errors over insanely old packages leading to runtime errors
* ignore a new ruff warning type (#8225)Alex Gaynor2023-02-070-0/+0
| | | | | * ignore a new ruff warning type * Update ci-constraints-requirements.txt
* ignore a new ruff warning type (#8225)Alex Gaynor2023-02-072-2/+3
| | | | | * ignore a new ruff warning type * Update ci-constraints-requirements.txt
* update virtualenv only on py37+ (#8226)Alex Gaynor2023-02-071-1/+1
| | | it has a new minimum python
* Bump types-urllib3 from 1.26.25.4 to 1.26.25.5 (#8223)dependabot[bot]2023-02-071-1/+1
| | | | | | | | | | | | | | | Bumps [types-urllib3](https://github.com/python/typeshed) from 1.26.25.4 to 1.26.25.5. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump mypy from 0.991 to 1.0.0 (#8222)dependabot[bot]2023-02-071-1/+1
| | | | | | | | | | | | | | | Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump types-requests from 2.28.11.8 to 2.28.11.11 (#8220)dependabot[bot]2023-02-071-1/+1
| | | | | | | | | | | | | | | Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.8 to 2.28.11.11. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump BoringSSL and/or OpenSSL in CI (#8217)pyca-boringbot[bot]2023-02-071-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* workaround scapy bug in downstream tests (#8218)Alex Gaynor2023-02-071-1/+2
|
* add support for centos9-fips (#8216)Paul Kehrer2023-02-067-57/+90
| | | | | | | | * add support for centos9-fips Requires a variety of new FIPS constraints on our tests, including the addition of rsa_encryption_supported * review comments
* Bump hypothesis from 6.67.0 to 6.67.1 (#8214)dependabot[bot]2023-02-061-1/+1
| | | | | | | | | | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.67.0 to 6.67.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.67.0...hypothesis-python-6.67.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump zipp from 3.12.0 to 3.12.1 (#8215)dependabot[bot]2023-02-061-1/+1
| | | | | | | | | | | | | | | | Bumps [zipp](https://github.com/jaraco/zipp) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.12.0...v3.12.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update comment for new planned MSRV (#8211)Alex Gaynor2023-02-051-2/+2
|
* Bump mypy-extensions from 0.4.3 to 1.0.0 (#8210)dependabot[bot]2023-02-051-1/+1
| | | | | | | | | | | | | | | Bumps [mypy-extensions](https://github.com/python/mypy_extensions) from 0.4.3 to 1.0.0. - [Release notes](https://github.com/python/mypy_extensions/releases) - [Commits](https://github.com/python/mypy_extensions/commits) --- updated-dependencies: - dependency-name: mypy-extensions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.0.240 to 0.0.241 (#8209)dependabot[bot]2023-02-051-1/+1
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.240 to 0.0.241. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.240...v0.0.241) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump proc-macro2 from 1.0.50 to 1.0.51 in /src/rust (#8208)dependabot[bot]2023-02-051-2/+2
| | | | | | | | | | | | | | | Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.50 to 1.0.51. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.50...1.0.51) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump hypothesis from 6.66.0 to 6.67.0 (#8207)dependabot[bot]2023-02-051-1/+1
| | | | | | | | | | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.66.0 to 6.67.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.66.0...hypothesis-python-6.67.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Specify rust-version for clippy (#8206)Alex Gaynor2023-02-042-3/+3
|
* Bump BoringSSL and/or OpenSSL in CI (#8205)pyca-boringbot[bot]2023-02-041-2/+2
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* document that inheritance is not the way (#8204)Alex Gaynor2023-02-031-0/+3
| | | resolves #8186
* Bump ruff from 0.0.239 to 0.0.240 (#8203)dependabot[bot]2023-02-031-1/+1
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.239 to 0.0.240. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.239...v0.0.240) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* don't run dsa wycheproof without dsa (#8201)Alex Gaynor2023-02-021-0/+4
|
* Bump BoringSSL and/or OpenSSL in CI (#8197)pyca-boringbot[bot]2023-02-021-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* bookworm python to the moon (#8199)Alex Gaynor2023-02-021-1/+1
|
* pre-announce MSRV increase (#8195)Alex Gaynor2023-02-021-0/+5
| | | | | * pre-announce MSRV increase * Update CHANGELOG.rst
* add support for bytes-like objects in data and associated_data in aead ↵Mat2023-02-024-38/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | algorithms (#8187) * add support for bytes-like objects in data and associated_data in aead algorithms * flake * flake again * rework AESSIV _check_params * flake and 80char columns * associated_data cannot be None in _check_params, set to [] in calling function * Update src/cryptography/hazmat/primitives/ciphers/aead.py Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> * flake fix --------- Co-authored-by: mat gas <none@none.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* Bump js-sys from 0.3.60 to 0.3.61 in /src/rust (#8191)dependabot[bot]2023-02-021-12/+12
| | | | | | | | | | | | | | | | Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.60 to 0.3.61. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: js-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump hypothesis from 6.65.2 to 6.66.0 (#8194)dependabot[bot]2023-02-021-1/+1
| | | | | | | | | | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.65.2 to 6.66.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.65.2...hypothesis-python-6.66.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump BoringSSL and/or OpenSSL in CI (#8188)pyca-boringbot[bot]2023-02-021-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Bump tox from 4.4.3 to 4.4.4 (#8180)dependabot[bot]2023-02-011-1/+1
| | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 4.4.3 to 4.4.4. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.4.3...4.4.4) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump black from 22.12.0 to 23.1.0 (#8181)dependabot[bot]2023-02-011-1/+1
| | | | | | | | | | | | | | | | Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.12.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update style for new black (#8185)Alex Gaynor2023-01-312-3/+0
|
* fix CI with tox 4.4.4 (#8184)Alex Gaynor2023-01-311-0/+1
|
* Bump sphinxcontrib-htmlhelp from 2.0.0 to 2.0.1 (#8183)dependabot[bot]2023-02-011-1/+1
| | | | | | | | | | | | | | | | Bumps [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commits) --- updated-dependencies: - dependency-name: sphinxcontrib-htmlhelp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.0.238 to 0.0.239 (#8182)dependabot[bot]2023-02-011-1/+1
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.238 to 0.0.239. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.238...v0.0.239) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>