Skip to content

Commit b83af1f

Browse files
committed
bump dependencies (werkzeug had an issue).
1 parent 58c3979 commit b83af1f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
44
#
55
# pip-compile requirements.in
66
#
77
click==8.1.3
88
# via flask
9-
flask==2.2.2
9+
flask==2.2.3
1010
# via -r requirements.in
1111
itsdangerous==2.1.2
1212
# via flask
@@ -17,18 +17,18 @@ jinja2==3.1.2
1717
# -r requirements.in
1818
# flask
1919
# jinja-partials
20-
markupsafe==2.1.1
20+
markupsafe==2.1.2
2121
# via
2222
# -r requirements.in
2323
# jinja2
2424
# werkzeug
2525
more-itertools==9.0.0
2626
# via -r requirements.in
27-
pydantic==1.10.4
27+
pydantic==1.10.5
2828
# via -r requirements.in
29-
typing-extensions==4.4.0
29+
typing-extensions==4.5.0
3030
# via pydantic
31-
werkzeug==2.2.2
31+
werkzeug==2.2.3
3232
# via
3333
# -r requirements.in
3434
# flask

code/ch7_infinite_scroll/ch7_starter_video_collector/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile
5+
# pip-compile requirements.in
66
#
77
click==8.1.3
88
# via flask
9-
flask==2.2.2
9+
flask==2.2.3
1010
# via -r requirements.in
1111
itsdangerous==2.1.2
1212
# via flask
@@ -17,18 +17,18 @@ jinja2==3.1.2
1717
# -r requirements.in
1818
# flask
1919
# jinja-partials
20-
markupsafe==2.1.1
20+
markupsafe==2.1.2
2121
# via
2222
# -r requirements.in
2323
# jinja2
2424
# werkzeug
2525
more-itertools==9.0.0
2626
# via -r requirements.in
27-
pydantic==1.10.2
27+
pydantic==1.10.5
2828
# via -r requirements.in
29-
typing-extensions==4.4.0
29+
typing-extensions==4.5.0
3030
# via pydantic
31-
werkzeug==2.2.2
31+
werkzeug==2.2.3
3232
# via
3333
# -r requirements.in
3434
# flask

0 commit comments

Comments
 (0)