-
Notifications
You must be signed in to change notification settings - Fork 10
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 dependencies (major) #70
Open
renovate
wants to merge
2
commits into
main
Choose a base branch
from
renovate/major-all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
force-pushed
the
renovate/major-all
branch
from
January 18, 2024 23:12
98ffa3f
to
623ee45
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
February 3, 2024 22:55
b818735
to
3062abe
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
February 19, 2024 14:12
7752239
to
ab24b78
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
April 7, 2024 21:52
ab24b78
to
8528143
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
April 17, 2024 01:50
8528143
to
756ad23
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
July 5, 2024 13:12
756ad23
to
ba01d99
Compare
renovate
bot
changed the title
Update all dependencies (major)
chore(deps): update all dependencies (major)
Jul 5, 2024
renovate
bot
force-pushed
the
renovate/major-all
branch
from
August 21, 2024 23:16
ba01d99
to
0c3f10e
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 10, 2024 19:32
0c3f10e
to
e35ac18
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 20, 2024 20:22
e35ac18
to
68154a0
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
October 11, 2024 11:14
ebcf806
to
f128c9b
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
October 25, 2024 01:19
05e8b0c
to
48dbf62
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
November 1, 2024 19:23
87df0ab
to
fa83c29
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
November 11, 2024 15:58
aad3fc1
to
d45f852
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
November 13, 2024 19:25
d45f852
to
a3097e0
Compare
1 task
renovate
bot
force-pushed
the
renovate/major-all
branch
from
December 5, 2024 10:16
a3097e0
to
cbf2050
Compare
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. |
jpmartinspt
approved these changes
Dec 6, 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:
>= 2.3.7, < 3.0.0
->>=3.1.3, <3.2.0
v2
->v4
==2.3.3
->==3.1.0
==21.12.0
->==24.11.1
==1.1.2
->==3.1.1
>= 1.0, < 2.2.0
->>=3, <4
v5
->v6
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
v3
Compare Source
pallets/flask (flask)
v3.1.0
Compare Source
Released 2024-11-13
5623
Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:
5624,5633
responses. :pr:
5496
Flask.open_resource
/open_instance_resource
andBlueprint.open_resource
take anencoding
parameter to use whenopening in text mode. It defaults to
utf-8
. :issue:5504
Request.max_content_length
can be customized per-request instead of onlythrough the
MAX_CONTENT_LENGTH
config. AddedMAX_FORM_MEMORY_SIZE
andMAX_FORM_PARTS
config. Added documentationabout resource limits to the security page. :issue:
5625
Partitioned
cookie attribute (CHIPS), with theSESSION_COOKIE_PARTITIONED
config. :issue:5472
-e path
takes precedence over default.env
and.flaskenv
files.load_dotenv
loads default files in addition to a path unlessload_defaults=False
is passed. :issue:5628
SECRET_KEY_FALLBACKS
config, a list of oldsecret keys that can still be used for unsigning. Extensions will need to
add support. :issue:
5621
host_matching=True
orsubdomain_matching=False
interacts with
SERVER_NAME
. SettingSERVER_NAME
no longer restrictsrequests to only that domain. :issue:
5553
Request.trusted_hosts
is checked during routing, and can be set throughthe
TRUSTED_HOSTS
config. :issue:5636
v3.0.3
Compare Source
Released 2024-04-07
hashlib.sha1
may not be available in FIPS builds. Don'taccess it at import time so the developer has time to change the default.
:issue:
5448
cli
attribute in the sansio scaffold, but rather inthe
Flask
concrete class. :pr:5270
v3.0.2
Compare Source
Released 2024-02-03
jinja_loader
property. :issue:5388
--extra-files
and--exclude-patterns
CLI options.:issue:
5391
v3.0.1
Compare Source
Released 2024-01-18
path
argument tosend_file
. :issue:5230
flask run --key
option. :pr:5344
json.loads
object_hook
. This allows other JSON providers that don't implement that.:issue:
5381
5383
v3.0.0
Compare Source
Released 2023-09-30
5223
__version__
attribute. Use feature detection, orimportlib.metadata.version("flask")
, instead. :issue:5230
classes have Sans-IO bases. :pr:
5127
5264
pallets/markupsafe (markupsafe)
v3.0.2
Compare Source
Released 2024-10-18
__str__
returns astr
subclass. :issue:472
475
v3.0.1
Compare Source
Released 2024-10-08
466
467
v3.0.0
Compare Source
Released 2024-10-07
461
pyproject.toml
instead ofsetup.cfg
.:pr:
348
distutils
imports tosetuptools
. :pr:399
400
Markup
methods to matchstr
signatures. Usepositional-only arguments. :pr:
400
str
methods onMarkup
no longer escape their argument:strip
,lstrip
,rstrip
,removeprefix
,removesuffix
,partition
, andrpartition
;replace
only escapes itsnew
argument. These methods are conceptually linked to search methods such as
in
,find
, andindex
, which already do not escape their argument.:issue:
401
__version__
attribute is deprecated. Use feature detection, orimportlib.metadata.version("markupsafe")
, instead. :pr:402
434
437
release-drafter/release-drafter (release-drafter/release-drafter)
v6
Compare Source
Configuration
📅 Schedule: Branch creation - "on the first day of january" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.