Skip to content

Commit 3660887

Browse files
Merge pull request #15 from chauhannaman98/dependabot/pip/flask-2.2.5
Bump flask from 1.1.2 to 2.2.5
2 parents 334c54d + 7cfb01c commit 3660887

File tree

2 files changed

+107
-69
lines changed

2 files changed

+107
-69
lines changed

Pipfile.lock

Lines changed: 97 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,26 @@
1-
#
2-
# These requirements were autogenerated by pipenv
3-
# To regenerate from the project's Pipfile, run:
4-
#
5-
# pipenv lock --requirements
6-
#
7-
8-
-i https://pypi.org/simple/
1+
-i https://pypi.org/simple
92
aniso8601==9.0.1
103
beautifulsoup4==4.9.3
114
blinker==1.4
125
bs4==0.0.1
13-
certifi==2023.7.22
6+
certifi==2021.5.30
147
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
15-
click==8.0.1; python_version >= '3.6'
8+
click==8.1.7; python_version >= '3.7'
9+
flask==2.2.5; python_version >= '3.7'
1610
flask-restful==0.3.8
17-
flask==2.2.5
1811
gunicorn==20.0.4
1912
html5lib==1.1
2013
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
21-
itsdangerous==2.0.1; python_version >= '3.6'
22-
jinja2==3.0.1; python_version >= '3.6'
23-
markupsafe==2.0.1; python_version >= '3.6'
14+
importlib-metadata==7.0.1; python_version < '3.10'
15+
itsdangerous==2.1.2; python_version >= '3.7'
16+
jinja2==3.1.2; python_version >= '3.7'
17+
markupsafe==2.1.3; python_version >= '3.6'
2418
pytz==2021.1
2519
requests==2.25.1
2620
sentry-sdk[flask]==0.19.5
2721
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2822
soupsieve==2.2.1; python_version >= '3.0'
2923
urllib3==1.26.5
3024
webencodings==0.5.1
31-
werkzeug==2.0.1; python_version >= '3.6'
25+
werkzeug==3.0.1; python_version >= '3.8'
26+
zipp==3.17.0; python_version >= '3.8'

0 commit comments

Comments
 (0)