|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -0.47.0 (2024-12-09) |
| 4 | +0.48.0 (2025-01-04) |
5 | 5 | -------------------
|
6 | 6 | ------------------------
|
| 7 | +- Chore: reformat file to fix lint issues. [Jose Diaz-Gonzalez] |
| 8 | +- Chore(deps): bump the python-packages group across 1 directory with 4 |
| 9 | + updates. [dependabot[bot]] |
| 10 | + |
| 11 | + Bumps the python-packages group with 4 updates in the / directory: [charset-normalizer](https://github.com/jawah/charset_normalizer), [click](https://github.com/pallets/click), [keyring](https://github.com/jaraco/keyring) and [urllib3](https://github.com/urllib3/urllib3). |
| 12 | + |
| 13 | + |
| 14 | + Updates `charset-normalizer` from 3.4.0 to 3.4.1 |
| 15 | + - [Release notes](https://github.com/jawah/charset_normalizer/releases) |
| 16 | + - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) |
| 17 | + - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) |
| 18 | + |
| 19 | + Updates `click` from 8.1.7 to 8.1.8 |
| 20 | + - [Release notes](https://github.com/pallets/click/releases) |
| 21 | + - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) |
| 22 | + - [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8) |
| 23 | + |
| 24 | + Updates `keyring` from 25.5.0 to 25.6.0 |
| 25 | + - [Release notes](https://github.com/jaraco/keyring/releases) |
| 26 | + - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) |
| 27 | + - [Commits](https://github.com/jaraco/keyring/compare/v25.5.0...v25.6.0) |
| 28 | + |
| 29 | + Updates `urllib3` from 2.2.3 to 2.3.0 |
| 30 | + - [Release notes](https://github.com/urllib3/urllib3/releases) |
| 31 | + - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) |
| 32 | + - [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.3.0) |
| 33 | + |
| 34 | + --- |
| 35 | + updated-dependencies: |
| 36 | + - dependency-name: charset-normalizer |
| 37 | + dependency-type: direct:production |
| 38 | + update-type: version-update:semver-patch |
| 39 | + dependency-group: python-packages |
| 40 | + - dependency-name: click |
| 41 | + dependency-type: direct:production |
| 42 | + update-type: version-update:semver-patch |
| 43 | + dependency-group: python-packages |
| 44 | + - dependency-name: keyring |
| 45 | + dependency-type: direct:production |
| 46 | + update-type: version-update:semver-minor |
| 47 | + dependency-group: python-packages |
| 48 | + - dependency-name: urllib3 |
| 49 | + dependency-type: direct:production |
| 50 | + update-type: version-update:semver-minor |
| 51 | + dependency-group: python-packages |
| 52 | + ... |
| 53 | +- Fix typo README.rst: --starred-gists that should be --gists. [Michael |
| 54 | + D. Adams] |
| 55 | +- Remove fixed release issue from known blocking errors. [Ethan White] |
| 56 | + |
| 57 | + The issue with --release producing errors documented in #209 (the linked issue) and #234 appears to have been fixed in #257. |
| 58 | + |
| 59 | + This change removes the associated warning from the README. |
| 60 | +- Chore(deps): bump certifi in the python-packages group. |
| 61 | + [dependabot[bot]] |
| 62 | + |
| 63 | + Bumps the python-packages group with 1 update: [certifi](https://github.com/certifi/python-certifi). |
| 64 | + |
| 65 | + |
| 66 | + Updates `certifi` from 2024.8.30 to 2024.12.14 |
| 67 | + - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14) |
| 68 | + |
| 69 | + --- |
| 70 | + updated-dependencies: |
| 71 | + - dependency-name: certifi |
| 72 | + dependency-type: direct:production |
| 73 | + update-type: version-update:semver-minor |
| 74 | + dependency-group: python-packages |
| 75 | + ... |
| 76 | + |
| 77 | + |
| 78 | +0.47.0 (2024-12-09) |
| 79 | +------------------- |
7 | 80 | - Detect empty HTTPS contexts. [John Doe]
|
8 | 81 |
|
9 | 82 | Some users are relying solely on the certifi package to provide their CA certs, as requests does this by default.
|
|
0 commit comments