Skip to content

Commit e981ce3

Browse files
committed
Release version 0.47.0
1 parent 22d8f8e commit e981ce3

File tree

2 files changed

+235
-2
lines changed

2 files changed

+235
-2
lines changed

CHANGES.rst

+234-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,242 @@
11
Changelog
22
=========
33

4-
0.46.0 (2024-09-11)
4+
0.47.0 (2024-12-09)
55
-------------------
66
------------------------
7+
- Detect empty HTTPS contexts. [John Doe]
8+
9+
Some users are relying solely on the certifi package to provide their CA certs, as requests does this by default.
10+
11+
This patch detects this situation and emits a clear warning as well as importing certifi to work around the situation..
12+
13+
Fixes #162 .
14+
- Chore(deps): bump six from 1.16.0 to 1.17.0 in the python-packages
15+
group. [dependabot[bot]]
16+
17+
Bumps the python-packages group with 1 update: [six](https://github.com/benjaminp/six).
18+
19+
20+
Updates `six` from 1.16.0 to 1.17.0
21+
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
22+
- [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0)
23+
24+
---
25+
updated-dependencies:
26+
- dependency-name: six
27+
dependency-type: direct:production
28+
update-type: version-update:semver-minor
29+
dependency-group: python-packages
30+
...
31+
- Chore(deps): bump the python-packages group across 1 directory with 20
32+
updates. [dependabot[bot]]
33+
34+
Bumps the python-packages group with 20 updates in the / directory:
35+
36+
| Package | From | To |
37+
| --- | --- | --- |
38+
| [black](https://github.com/psf/black) | `24.4.2` | `24.10.0` |
39+
| [bleach](https://github.com/mozilla/bleach) | `6.1.0` | `6.2.0` |
40+
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
41+
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.2` | `3.4.0` |
42+
| [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` |
43+
| [idna](https://github.com/kjd/idna) | `3.7` | `3.10` |
44+
| [importlib-metadata](https://github.com/python/importlib_metadata) | `7.2.1` | `8.5.0` |
45+
| [keyring](https://github.com/jaraco/keyring) | `25.2.1` | `25.5.0` |
46+
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.3.0` | `10.5.0` |
47+
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
48+
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.11.1` | `1.12.0` |
49+
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` |
50+
| [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.12.0` | `2.12.1` |
51+
| [readme-renderer](https://github.com/pypa/readme_renderer) | `43.0` | `44.0` |
52+
| [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.9.4` |
53+
| [setuptools](https://github.com/pypa/setuptools) | `70.1.1` | `75.6.0` |
54+
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.4` | `4.67.1` |
55+
| [twine](https://github.com/pypa/twine) | `5.1.0` | `6.0.1` |
56+
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` |
57+
| [zipp](https://github.com/jaraco/zipp) | `3.19.2` | `3.21.0` |
58+
59+
60+
61+
Updates `black` from 24.4.2 to 24.10.0
62+
- [Release notes](https://github.com/psf/black/releases)
63+
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
64+
- [Commits](https://github.com/psf/black/compare/24.4.2...24.10.0)
65+
66+
Updates `bleach` from 6.1.0 to 6.2.0
67+
- [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES)
68+
- [Commits](https://github.com/mozilla/bleach/compare/v6.1.0...v6.2.0)
69+
70+
Updates `certifi` from 2024.7.4 to 2024.8.30
71+
- [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30)
72+
73+
Updates `charset-normalizer` from 3.3.2 to 3.4.0
74+
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
75+
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
76+
- [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0)
77+
78+
Updates `flake8` from 7.1.0 to 7.1.1
79+
- [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1)
80+
81+
Updates `idna` from 3.7 to 3.10
82+
- [Release notes](https://github.com/kjd/idna/releases)
83+
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
84+
- [Commits](https://github.com/kjd/idna/compare/v3.7...v3.10)
85+
86+
Updates `importlib-metadata` from 7.2.1 to 8.5.0
87+
- [Release notes](https://github.com/python/importlib_metadata/releases)
88+
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
89+
- [Commits](https://github.com/python/importlib_metadata/compare/v7.2.1...v8.5.0)
90+
91+
Updates `keyring` from 25.2.1 to 25.5.0
92+
- [Release notes](https://github.com/jaraco/keyring/releases)
93+
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
94+
- [Commits](https://github.com/jaraco/keyring/compare/v25.2.1...v25.5.0)
95+
96+
Updates `more-itertools` from 10.3.0 to 10.5.0
97+
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
98+
- [Commits](https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.5.0)
99+
100+
Updates `packaging` from 24.1 to 24.2
101+
- [Release notes](https://github.com/pypa/packaging/releases)
102+
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
103+
- [Commits](https://github.com/pypa/packaging/compare/24.1...24.2)
104+
105+
Updates `pkginfo` from 1.11.1 to 1.12.0
106+
107+
Updates `platformdirs` from 4.2.2 to 4.3.6
108+
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
109+
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
110+
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.2.2...4.3.6)
111+
112+
Updates `pycodestyle` from 2.12.0 to 2.12.1
113+
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
114+
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
115+
- [Commits](https://github.com/PyCQA/pycodestyle/compare/2.12.0...2.12.1)
116+
117+
Updates `readme-renderer` from 43.0 to 44.0
118+
- [Release notes](https://github.com/pypa/readme_renderer/releases)
119+
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
120+
- [Commits](https://github.com/pypa/readme_renderer/compare/43.0...44.0)
121+
122+
Updates `rich` from 13.7.1 to 13.9.4
123+
- [Release notes](https://github.com/Textualize/rich/releases)
124+
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
125+
- [Commits](https://github.com/Textualize/rich/compare/v13.7.1...v13.9.4)
126+
127+
Updates `setuptools` from 70.1.1 to 75.6.0
128+
- [Release notes](https://github.com/pypa/setuptools/releases)
129+
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
130+
- [Commits](https://github.com/pypa/setuptools/compare/v70.1.1...v75.6.0)
131+
132+
Updates `tqdm` from 4.66.4 to 4.67.1
133+
- [Release notes](https://github.com/tqdm/tqdm/releases)
134+
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.67.1)
135+
136+
Updates `twine` from 5.1.0 to 6.0.1
137+
- [Release notes](https://github.com/pypa/twine/releases)
138+
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
139+
- [Commits](https://github.com/pypa/twine/compare/5.1.0...6.0.1)
140+
141+
Updates `urllib3` from 2.2.2 to 2.2.3
142+
- [Release notes](https://github.com/urllib3/urllib3/releases)
143+
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
144+
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3)
145+
146+
Updates `zipp` from 3.19.2 to 3.21.0
147+
- [Release notes](https://github.com/jaraco/zipp/releases)
148+
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
149+
- [Commits](https://github.com/jaraco/zipp/compare/v3.19.2...v3.21.0)
150+
151+
---
152+
updated-dependencies:
153+
- dependency-name: black
154+
dependency-type: direct:production
155+
update-type: version-update:semver-minor
156+
dependency-group: python-packages
157+
- dependency-name: bleach
158+
dependency-type: direct:production
159+
update-type: version-update:semver-minor
160+
dependency-group: python-packages
161+
- dependency-name: certifi
162+
dependency-type: direct:production
163+
update-type: version-update:semver-minor
164+
dependency-group: python-packages
165+
- dependency-name: charset-normalizer
166+
dependency-type: direct:production
167+
update-type: version-update:semver-minor
168+
dependency-group: python-packages
169+
- dependency-name: flake8
170+
dependency-type: direct:production
171+
update-type: version-update:semver-patch
172+
dependency-group: python-packages
173+
- dependency-name: idna
174+
dependency-type: direct:production
175+
update-type: version-update:semver-minor
176+
dependency-group: python-packages
177+
- dependency-name: importlib-metadata
178+
dependency-type: direct:production
179+
update-type: version-update:semver-major
180+
dependency-group: python-packages
181+
- dependency-name: keyring
182+
dependency-type: direct:production
183+
update-type: version-update:semver-minor
184+
dependency-group: python-packages
185+
- dependency-name: more-itertools
186+
dependency-type: direct:production
187+
update-type: version-update:semver-minor
188+
dependency-group: python-packages
189+
- dependency-name: packaging
190+
dependency-type: direct:production
191+
update-type: version-update:semver-minor
192+
dependency-group: python-packages
193+
- dependency-name: pkginfo
194+
dependency-type: direct:production
195+
update-type: version-update:semver-minor
196+
dependency-group: python-packages
197+
- dependency-name: platformdirs
198+
dependency-type: direct:production
199+
update-type: version-update:semver-minor
200+
dependency-group: python-packages
201+
- dependency-name: pycodestyle
202+
dependency-type: direct:production
203+
update-type: version-update:semver-patch
204+
dependency-group: python-packages
205+
- dependency-name: readme-renderer
206+
dependency-type: direct:production
207+
update-type: version-update:semver-major
208+
dependency-group: python-packages
209+
- dependency-name: rich
210+
dependency-type: direct:production
211+
update-type: version-update:semver-minor
212+
dependency-group: python-packages
213+
- dependency-name: setuptools
214+
dependency-type: direct:production
215+
update-type: version-update:semver-major
216+
dependency-group: python-packages
217+
- dependency-name: tqdm
218+
dependency-type: direct:production
219+
update-type: version-update:semver-minor
220+
dependency-group: python-packages
221+
- dependency-name: twine
222+
dependency-type: direct:production
223+
update-type: version-update:semver-major
224+
dependency-group: python-packages
225+
- dependency-name: urllib3
226+
dependency-type: direct:production
227+
update-type: version-update:semver-patch
228+
dependency-group: python-packages
229+
- dependency-name: zipp
230+
dependency-type: direct:production
231+
update-type: version-update:semver-minor
232+
dependency-group: python-packages
233+
...
234+
- KeyError fix with gists. [John Doe]
235+
- Fix punctuation in README. [Jakub Wilk]
236+
237+
238+
0.46.0 (2024-09-11)
239+
-------------------
7240

8241
Fix
9242
~~~

github_backup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.46.0"
1+
__version__ = "0.47.0"

0 commit comments

Comments
 (0)