-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all minor dependencies #239
Conversation
7717716
to
348fc40
Compare
a0af522
to
05e1226
Compare
42dbd3e
to
262e4a8
Compare
bbd07e2
to
5d3441f
Compare
6df3720
to
1329d1f
Compare
4d92342
to
4c5dba7
Compare
e42d8e1
to
7b4e635
Compare
b085c68
to
0e63fe6
Compare
0e63fe6
to
cd17658
Compare
2e3c18d
to
bd5a6b2
Compare
d21a715
to
9f07ae8
Compare
9f07ae8
to
8802d6e
Compare
We can't move forward with the bump to Python 3.12 until pwnedpasswords refactors their codebase to be compatible with Python 3.12. An issue was opened requesting 3.12 compatibility. In 3.12 the imp module was removed with |
41bf323
to
6f90d47
Compare
6f90d47
to
f559deb
Compare
f559deb
to
e7494b1
Compare
4523f78
to
e57aa53
Compare
e57aa53
to
306523f
Compare
- Many dep authors are still working on supporting v3.12, pwnedpasswords and new relic for example
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
23.7.0
->23.12.1
6.0.0
->6.1.0
2.18.0
->2.21.1
1.2.2
->1.4.0
1.4.1
->1.8.0
3.11.1
->3.12.0
~3.10
->~3.12.0
Review
Release Notes
psf/black (black)
v23.12.1
Compare Source
Packaging
d
extra by default (#4108)v23.12.0
Compare Source
Highlights
It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.
This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in
--preview
mode will be in the 2024 stable style.Stable style
# fmt: off
automatically dedents when used with the--line-ranges
option, even when it is not within the specified line range. (#4084)
Preview style
indented less (#4012)
docstring (#4060)
--line-length
(#4086)functions or class definitions (#4066) (#4103)
Configuration
--line-ranges
now skips Black's internal stability check in--safe
mode. Thisavoids a crash on rare inputs that have many unformatted same-content lines. (#4034)
Packaging
Integrations
v23.11.0
Compare Source
Highlights
--line-ranges
command-line option(#4020)
Stable style
await (a ** b)
(#3994)fixes a crash (#4019)
Preview style
less (#3964)
indented less (#3992)
now preserved (#4005)
case
blocks were not split into multiple lines. Also enablegeneral trailing comma rules on
case
blocks (#4024)class definition (#4028)
Configuration
--include
(#3976)Performance
Integrations
formatter (#3940)
v23.10.1
Compare Source
Highlights
Preview style
Packaging
Integrations
summary
parameter. (#3958)
Documentation
https://github.com/psf/black/issues/39683968
v23.10.0
Compare Source
Stable style
Preview style
multiple lines (#3899)
Configuration
BLACK_CACHE_DIR
is set (#3937)Parser
type
were not acccepted insidematch
statements(#3950)
(#3949)
Output
code (#3933)
(#3938)
Integrations
v23.9.1
Compare Source
Due to various issues, the previous release (23.9.0) did not include compiled mypyc
wheels, which make Black significantly faster. These issues have now been fixed, and
this release should come with compiled wheels once again.
There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.
Packaging
Performance
decreasing the size of the cache (#3877)
v23.9.0
Compare Source
Preview style
if sys.version_info > (3, x):
) and a function definition on the same level (#3862)Configuration
Performance
IPython
if notebook cells do not contain magics (#3782)Blackd
blackd
with single character input (#3558)Integrations
official pre-commit mirror. Swapping
https://github.com/psf/black
tohttps://github.com/psf/black-pre-commit-mirror
inyour
.pre-commit-config.yaml
will make Black about 2x faster (#3828).black.env
folder specified byENV_PATH
will now be removed on the completionof the GitHub Action (#3759)
mozilla/bleach (bleach)
v6.1.0
Compare Source
Backwards incompatible changes
Security fixes
None
Bug fixes
cunla/fakeredis-py (fakeredis)
v2.21.1
: 🌈Compare Source
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@ldkv
Full Changelog: cunla/fakeredis-py@v2.21.0...v2.21.1
v2.21.0
: 🌈Compare Source
🚀 Features
TOPK.INFO
,TOPK.LIST
,TOPK.RESERVE
,TOPK.ADD
,TOPK.COUNT
,TOPK.QUERY
,TOPK.INCRBY
) #278🐛 Bug Fixes
Full Changelog: cunla/fakeredis-py@v2.20.1...v2.21.0
v2.20.1
: 🌈Compare Source
🐛 Bug Fixes
XREAD
bug #256🧰 Maintenance
Full Changelog: cunla/fakeredis-py@v2.20.0...v2.20.1
v2.20.0
: 🌈Compare Source
Changes
🚀 Features
COMMAND
,COMMAND INFO
,COMMAND COUNT
(#248)Contributors
We'd like to thank all the contributors who worked on this release!
@fcr--
Full Changelog: cunla/fakeredis-py@v2.19.0...v2.20.0
v2.19.0
: 🌈Compare Source
🚀 Features
🐛 Bug Fixes
Full Changelog: cunla/fakeredis-py@v2.18.1...v2.19.0
v2.18.1
: 🌈Compare Source
🐛 Bug Fixes
🧰 Maintenance
Full Changelog: cunla/fakeredis-py@v2.18.0...v2.18.1
spulec/freezegun (freezegun)
v1.4.0
Compare Source
asyncio
-support from 1.3.x introduced quite a few bugs, so that functionality is now hidden behind a flag:with freeze_time('1970-01-02', real_asyncio=True):
v1.3.1
Compare Source
v1.3.0
Compare Source
Fixed
asyncio
support to avoidawait asyncio.sleep(1)
hanging forever.Added support for Python 3.12
python/mypy (mypy)
v1.8.0
Compare Source
v1.7.1
Compare Source
v1.7.0
Compare Source
v1.6.1
Compare Source
v1.6.0
Compare Source
v1.5.1
Compare Source
v1.5.0
Compare Source
pytest-dev/pytest-mock (pytest-mock)
v3.12.0
Compare Source
mocker.resetall()
now also resets mocks created bymocker.create_autospec
(#390
_)... _#390:https://github.com/pytest-dev/pytest-mock/pull/3900
containerbase/python-prebuild (python)
v3.12.2
Compare Source
Bug Fixes
v3.12.1
Compare Source
Bug Fixes
v3.12.0
Compare Source
Bug Fixes
v3.11.8
Compare Source
Bug Fixes
v3.11.7
Compare Source
Bug Fixes
v3.11.6
Compare Source
Bug Fixes
v3.11.5
Compare Source
Bug Fixes
v3.11.4
Compare Source
Bug Fixes
v3.11.3
Compare Source
Bug Fixes
v3.11.2
Compare Source
Bug Fixes
v3.11.1
Compare Source
Bug Fixes
v3.11.0
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.