-
Notifications
You must be signed in to change notification settings - Fork 18
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 #1963
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
dependencies
Pull requests that update a dependency file
Renovate
labels
Aug 19, 2023
renovate
bot
force-pushed
the
renovate/all-minor
branch
3 times, most recently
from
August 25, 2023 17:52
acb054d
to
d220191
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
from
August 30, 2023 09:46
d220191
to
d431a05
Compare
renovate
bot
changed the title
fix(deps): update dependency flask-marshmallow to v0.15.0
fix(deps): update all minor dependencies
Aug 30, 2023
renovate
bot
force-pushed
the
renovate/all-minor
branch
10 times, most recently
from
September 12, 2023 15:29
999e87e
to
1ed839d
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
2 times, most recently
from
September 13, 2023 17:58
079d56d
to
5a62cbf
Compare
renovate
bot
changed the title
fix(deps): update all minor dependencies
chore(deps): update all minor dependencies
Sep 13, 2023
renovate
bot
force-pushed
the
renovate/all-minor
branch
10 times, most recently
from
September 18, 2023 15:15
21a77ce
to
bd3689a
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
3 times, most recently
from
February 11, 2024 15:51
be37b25
to
01cefe1
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
7 times, most recently
from
February 21, 2024 17:52
8266002
to
eefeded
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
7 times, most recently
from
February 28, 2024 21:47
f4001a3
to
0371447
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
2 times, most recently
from
March 4, 2024 01:42
85f8c61
to
d01f4d5
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
from
March 4, 2024 21:45
d01f4d5
to
739de03
Compare
- These two introduced breaking changes
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. |
whabanks
approved these changes
Jun 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.7.2
->4.8.4
23.7.0
->23.12.1
0.10.2
->0.12.0
1.15.1
->1.16.0
1.4.0
->1.5.0
0.14.0
->0.15.0
1.2.2
->1.4.0
2.0.0
->2.1.0
5.12.0
->5.13.2
2.16.1
->2.23.1
2.24.0
3.20.2
->3.21.0
3.21.1
0.29.0
->0.30.0
4.1.11
->4.2.14
3.11.1
->3.12.0
2.9.2
->2.10.0
~3.10.9
->~3.12.0
3.4.4
->3.5.0
4.7.1
->4.10.0
Review
Release Notes
dequelabs/axe-core (axe-core)
v4.8.4
: Release 4.8.4Compare Source
This release should not result in different issue numbers. For TypeScript users, an error in type definitions has been corrected. This release could require a correction to how axe-core types are used. This release may change selectors on elements with the
xmlns
attribute, as the selectors axe-core prosed with those was invalid. Deduplication based on selectors between this and and prior versions of axe-core can fail because of this change.Bug Fixes
v4.8.3
Compare Source
v4.8.2
Compare Source
v4.8.1
Compare Source
v4.8.0
Compare Source
Consistent Rule Impact
This release changes it so that a rule never changes what impact it reports. To facilitate this while without changing the impact on certain issues, some rules have been split. The following changes were involved:
Other Features
Type Fixes & Improvements
Various improvements were made to the types. Potentially the most impactful of which is that the
target
andancestry
property now return asUnlabelledFrameSelector
instead of asstring[]
, which is incorrect for selectors involving shadow DOM. This may create some issues during migration for any code that has been incorrectly assuming these two properties have thestring[]
type. For more details and other type changes, see the commit itself:Bug Fixes
4.7.2 (2023-05-25)
Bug Fixes
4.7.1 (2023-05-15)
Bug Fixes
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)
pallets-eco/cachelib (cachelib)
v0.12.0
Compare Source
Released 2024-02-11
RedisCache
now supports callables as keysMongoDB
as a cache backendv0.11.0
Compare Source
Released 2024-02-10
python-cffi/cffi (cffi)
v1.16.0
Compare Source
distutils
from Python 3.12, projectsusing CFFI features that depend on
distutils
at runtime must add a dependency onsetuptools
to function under Python 3.12+. CFFI does not declare a runtimesetuptools
requirement to avoid an unnecessary dependency for projects that do not require it.
setuptools
is now a required build dependency.python_requires
metadata for Python 3.8+. This allows unsupported Pythonsto continue using previously released sdists and wheels.
src/
; a more standard layout that also enables CI to more easilycatch packaging errors.
component-driven/cypress-axe (cypress-axe)
v1.5.0
Compare Source
Features
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
micktwomey/pyiso8601 (iso8601)
v2.1.0
Compare Source
Fixed
Added
pycqa/isort (isort)
v5.13.2
Compare Source
v5.13.1
Compare Source
v5.13.0
Compare Source
locustio/locust (locust)
v2.23.1
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
v2.23.0
Compare Source
Full Changelog
Closed issues:
Merged pull requests:
v2.22.0
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.21.0
Full Changelog
Fixed bugs:
Closed issues:
response.ok
support toFastHttpUser
'sFastResponse
, alaHttpUser
/requests #2520Merged pull requests:
v2.20.1
Compare Source
Full Changelog
Fixed bugs:
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.