Commit graph

12174 commits

Author SHA1 Message Date
Magnus Watn
eae331491c
Add _utc datetime methods to x509.ocsp (#11183)
Fixes #11170.
2024-06-30 12:08:56 -04:00
Alex Gaynor
85fba50add
Remove buster from CI (#11182)
* Remove buster from CI

It is EOL

* Update installation.rst
2024-06-30 14:07:09 +03:00
Alex Gaynor
95e57bf5c5
fixes #11175 -- improve error message when loading PEM public key with no BEGIN PUBLIC KEY (#11177) 2024-06-30 14:06:05 +03:00
pyca-boringbot[bot]
6d2d8c2e37
Bump BoringSSL and/or OpenSSL in CI (#11181)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-30 00:22:08 +00:00
dependabot[bot]
564c7980ad
Bump cc from 1.0.101 to 1.0.102 in /src/rust (#11180)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.101 to 1.0.102.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.0.101...cc-v1.0.102)

---
updated-dependencies:
- dependency-name: cc
  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>
2024-06-29 20:09:01 +00:00
David Buchanan
56933bf61a
utils.int_to_bytes: guard against zero-length (#11173)
* utils: guard against zero-length int_to_bytes

* add tests for HBKDF with llen=0

* kbkdf: guard against llen==0

* test that kbkdf rejects llen==0 at __init__

* add standalone test for zero-length int_to_bytes

* Update src/cryptography/hazmat/primitives/kdf/kbkdf.py

typo

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>

---------

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
2024-06-29 15:23:57 +00:00
pyca-boringbot[bot]
17711c14ae
Bump BoringSSL and/or OpenSSL in CI (#11179)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-29 00:15:22 +00:00
dependabot[bot]
4a1dcfa8b5
Bump ruff from 0.4.10 to 0.5.0 (#11176)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.10 to 0.5.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.10...0.5.0)

---
updated-dependencies:
- dependency-name: ruff
  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>
2024-06-28 07:02:49 -04:00
pyca-boringbot[bot]
3288b9a166
Bump BoringSSL and/or OpenSSL in CI (#11174)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-28 04:32:21 +03:00
dependabot[bot]
541beda62f
Bump importlib-metadata from 7.2.1 to 8.0.0 in /.github/requirements (#11167)
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.2.1 to 8.0.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](https://github.com/python/importlib_metadata/compare/v7.2.1...v8.0.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: indirect
  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>
2024-06-27 07:15:37 -04:00
dependabot[bot]
c7b7c627c8
Bump twine from 5.1.0 to 5.1.1 in /.github/requirements (#11171)
Bumps [twine](https://github.com/pypa/twine) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/twine/compare/5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: twine
  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>
2024-06-27 07:15:24 -04:00
pyca-boringbot[bot]
986a6c2223
Bump BoringSSL and/or OpenSSL in CI (#11169)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-27 00:16:10 +00:00
Alex Gaynor
84d14143fd
Stop importing things from prelude (#11168)
import them from teh right places
2024-06-26 15:36:08 +03:00
dependabot[bot]
887ed1b33c
Bump cc from 1.0.100 to 1.0.101 in /src/rust (#11166)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.100 to 1.0.101.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.0.100...cc-v1.0.101)

---
updated-dependencies:
- dependency-name: cc
  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>
2024-06-26 07:11:57 -04:00
William Woodruff
f370b09810
policy/extension: improve extension policy errors (#11162)
* policy/extension: improve extension policy errors

* verification: ValidationError::ExtensionError variant

Begin cleaning things up.

* policy/extension: remove redundant clone

* ensure that we render the ext OID

* lib: coverage for other display arms

* relocate custom vector

* test-vectors: typo
2024-06-25 21:51:24 -04:00
pyca-boringbot[bot]
ae3b2a07e2
Bump BoringSSL and/or OpenSSL in CI (#11164)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-26 00:15:34 +00:00
Alex Gaynor
47aced28c8
Bump pyo3 to 0.22 (#11150)
* Bump pyo3 from 0.21.2 to 0.22.0 in /src/rust

Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.21.2 to 0.22.0.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.21.2...v0.22.0)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix compilation errors in building for pyo3 0.22

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 20:40:46 +03:00
dependabot[bot]
afc90a805c
Bump setuptools from 70.1.0 to 70.1.1 in /.github/requirements (#11156)
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.1.0 to 70.1.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v70.1.0...v70.1.1)

---
updated-dependencies:
- dependency-name: setuptools
  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>
2024-06-25 07:18:45 -04:00
dependabot[bot]
cf7ce65b7a
Bump mypy from 1.10.0 to 1.10.1 (#11155)
Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: mypy
  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>
2024-06-25 11:12:10 +00:00
dependabot[bot]
3cc725df5a
Bump bitflags from 2.5.0 to 2.6.0 in /src/rust (#11154)
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: indirect
  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>
2024-06-25 06:44:11 -04:00
Alex Gaynor
70d808e3d9
Cleanup changelog grammar (#11152) 2024-06-25 08:00:32 +03:00
Alex Gaynor
61a5e672e6
fixed rst syntax in test-vectors.rst (#11153) 2024-06-25 08:00:12 +03:00
Alex Gaynor
4a25070cc9
Remove the requirement for VerificationCertificate to be Clone (#11149)
This is done by passing around references, rather than owned copies. Necessary for the pyo3 0.22 upgrade.
2024-06-25 07:49:53 +03:00
Peter Gessler
8b9a316af6
Align cryptography.hazmat.primitives.serialization.pkcs7.serialize_certificates ASN.1 structure to openssl crl2pkcs7 -nocrl -certfile ... (#11123)
* align PKCS7 serialize certificates with openssl behavior

* replace pkcs7 test vectors
2024-06-24 23:27:23 -04:00
pyca-boringbot[bot]
428b384c50
Bump BoringSSL and/or OpenSSL in CI (#11151)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-25 00:16:06 +00:00
dependabot[bot]
94aeb6cbae
Bump syn from 2.0.67 to 2.0.68 in /src/rust (#11145)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.67 to 2.0.68.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.67...2.0.68)

---
updated-dependencies:
- dependency-name: syn
  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>
2024-06-24 01:13:14 +00:00
pyca-boringbot[bot]
0095293a49
Bump BoringSSL and/or OpenSSL in CI (#11144)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-24 00:17:23 +00:00
dependabot[bot]
e0b7e77039
Bump importlib-metadata from 7.2.0 to 7.2.1 in /.github/requirements (#11143)
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](https://github.com/python/importlib_metadata/compare/v7.2.0...v7.2.1)

---
updated-dependencies:
- dependency-name: importlib-metadata
  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>
2024-06-23 11:49:56 -04:00
dependabot[bot]
e93978ed87
Bump coverage from 7.5.3 to 7.5.4 (#11142)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.3 to 7.5.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.3...7.5.4)

---
updated-dependencies:
- dependency-name: coverage
  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>
2024-06-23 15:41:35 +00:00
dependabot[bot]
fbf6a9da0f
Bump cc from 1.0.99 to 1.0.100 in /src/rust (#11141)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.99...cc-v1.0.100)

---
updated-dependencies:
- dependency-name: cc
  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>
2024-06-23 15:40:52 +00:00
pyca-boringbot[bot]
a728550819
Bump BoringSSL and/or OpenSSL in CI (#11140)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-22 22:06:29 -04:00
dependabot[bot]
1288fec361
Bump virtualenv from 20.26.2 to 20.26.3 (#11139)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.2 to 20.26.3.
- [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.26.2...20.26.3)

---
updated-dependencies:
- dependency-name: virtualenv
  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>
2024-06-22 21:12:42 +00:00
dependabot[bot]
77e9c04f97
Bump filelock from 3.15.3 to 3.15.4 (#11138)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.15.3 to 3.15.4.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.15.3...3.15.4)

---
updated-dependencies:
- dependency-name: filelock
  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>
2024-06-22 21:05:24 +00:00
Nathan Easton
73717542c4
Update reference.rst (#11137)
* Update reference.rst

This code snippet works when importing the extension oid

* Apply suggestions from code review

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>

---------

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
2024-06-22 13:16:50 +00:00
pyca-boringbot[bot]
ebbfd84dc8
Bump BoringSSL and/or OpenSSL in CI (#11136)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-22 00:16:03 +00:00
Daniel Lenski
5440f1dfec
Fix docstring for _SSHFormatSKECDSA.load_public (#11135)
Correct a small mistake from copy-pasting the docstring of
`_SSHFormatSKEd25519.load_public` as noted in
51a6dd28cc (r143361696).
2024-06-21 07:33:19 +02:00
dependabot[bot]
b8dc9ddddc
Bump importlib-metadata from 7.1.0 to 7.2.0 in /.github/requirements (#11134)
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](https://github.com/python/importlib_metadata/compare/v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: indirect
  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>
2024-06-21 00:02:31 -04:00
dependabot[bot]
2d69b86340
Bump syn from 2.0.66 to 2.0.67 in /src/rust (#11133)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.66 to 2.0.67.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.66...2.0.67)

---
updated-dependencies:
- dependency-name: syn
  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>
2024-06-21 04:00:01 +00:00
dependabot[bot]
60e81c1d73
Bump proc-macro2 from 1.0.85 to 1.0.86 in /src/rust (#11132)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.85...1.0.86)

---
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>
2024-06-21 03:59:52 +00:00
dependabot[bot]
737de4377c
Bump ruff from 0.4.9 to 0.4.10 (#11131)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.9...v0.4.10)

---
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>
2024-06-21 03:56:59 +00:00
pyca-boringbot[bot]
ca6597c448
Bump BoringSSL and/or OpenSSL in CI (#11130)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-21 00:16:11 +00:00
Alex Gaynor
320314cc4a
See if wheel dep is required (#11122)
The setuptools changelog sort of implies its not anymore
2024-06-20 09:27:42 +02:00
Alex Gaynor
604594fc12
Use workspace inheritance to reduce duplication (#11126)
This relies on Rust 1.65
2024-06-20 09:23:19 +02:00
pyca-boringbot[bot]
8f7db77713
Bump BoringSSL and/or OpenSSL in CI (#11127)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-06-20 00:16:23 +00:00
dependabot[bot]
1c013650e7
Bump filelock from 3.15.1 to 3.15.3 (#11125)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.15.1 to 3.15.3.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.15.1...3.15.3)

---
updated-dependencies:
- dependency-name: filelock
  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>
2024-06-19 20:49:39 +00:00
Alex Gaynor
51970d4e0b
Revert "pin python version for downstream tests due to twisted/python bug (#1…" (#11124)
This reverts commit fc6cc42e4f.
2024-06-19 20:43:32 +02:00
dependabot[bot]
cb6587df38
Bump setuptools from 70.0.0 to 70.1.0 in /.github/requirements (#11120)
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 70.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v70.0.0...v70.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  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>
2024-06-19 11:11:45 -04:00
Alex Gaynor
fc6cc42e4f
pin python version for downstream tests due to twisted/python bug (#11121) 2024-06-19 16:53:21 +02:00
dependabot[bot]
c161a6892a
Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#11119)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.5 to 6.1.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](6d6857d369...c5a7806660)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  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>
2024-06-19 07:14:38 -04:00
dependabot[bot]
d3ff595ccc
Bump urllib3 from 2.2.1 to 2.2.2 in /.github/requirements (#11117)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 20:37:00 -04:00