-
Notifications
You must be signed in to change notification settings - Fork 2
Update dependency Flask to v2.2.5 #7
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
Open
mend-for-github-com
wants to merge
1
commit into
main
Choose a base branch
from
whitesource-remediate/flask-2.x
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 hidden or 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
e7eae66
to
ff4b6a0
Compare
ff4b6a0
to
b9a0af0
Compare
b9a0af0
to
514bdfb
Compare
514bdfb
to
92576c1
Compare
92576c1
to
9bd50a4
Compare
9bd50a4
to
e751881
Compare
e751881
to
16bf20d
Compare
98b7fca
to
40f296e
Compare
40f296e
to
c4ef33d
Compare
c4ef33d
to
e090241
Compare
e090241
to
a42e6b6
Compare
a42e6b6
to
d48734c
Compare
d48734c
to
2023cdb
Compare
2023cdb
to
05efda2
Compare
1cb85c4
to
4ff0414
Compare
4ff0414
to
e964a3d
Compare
e964a3d
to
c2841bf
Compare
c2841bf
to
608398e
Compare
608398e
to
a253c7c
Compare
a253c7c
to
06ba35f
Compare
2d3e268
to
737c123
Compare
7f954bd
to
3e55067
Compare
457d482
to
53ec10d
Compare
ea956a5
to
943eb31
Compare
943eb31
to
d503b71
Compare
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.2.2
->==2.2.5
By merging this PR, the issue #6 will be automatically resolved and closed:
Release Notes
pallets/flask (Flask)
v2.2.5
Compare Source
Released 2023-05-02
Vary: Cookie
header when the session is accessed, modified, or refreshed.v2.2.4
Compare Source
Released 2023-04-25
v2.2.3
Compare Source
Released 2023-02-15
.svg
template files. :issue:4831
template_folder
to acceptpathlib.Path
. :issue:4892
--debug
option to theflask run
command. :issue:4777