Skip to content

Commit d13ceff

Browse files
Merge pull request #17 from chauhannaman98/revert-15-dependabot/pip/flask-2.2.5
Revert "Bump flask from 1.1.2 to 2.2.5"
2 parents 3660887 + 4042374 commit d13ceff

File tree

2 files changed

+69
-107
lines changed

2 files changed

+69
-107
lines changed

Pipfile.lock

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

requirements.txt

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
1-
-i https://pypi.org/simple
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/
29
aniso8601==9.0.1
310
beautifulsoup4==4.9.3
411
blinker==1.4
512
bs4==0.0.1
6-
certifi==2021.5.30
13+
certifi==2023.7.22
714
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
8-
click==8.1.7; python_version >= '3.7'
9-
flask==2.2.5; python_version >= '3.7'
15+
click==8.0.1; python_version >= '3.6'
1016
flask-restful==0.3.8
17+
flask==2.2.5
1118
gunicorn==20.0.4
1219
html5lib==1.1
1320
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
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'
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'
1824
pytz==2021.1
1925
requests==2.25.1
2026
sentry-sdk[flask]==0.19.5
2127
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2228
soupsieve==2.2.1; python_version >= '3.0'
2329
urllib3==1.26.5
2430
webencodings==0.5.1
25-
werkzeug==3.0.1; python_version >= '3.8'
26-
zipp==3.17.0; python_version >= '3.8'
31+
werkzeug==2.0.1; python_version >= '3.6'

0 commit comments

Comments
 (0)