Skip to content

Commit 7a31d85

Browse files
Upgrade pip dependencies (#1802)
Resolves tiny-pilot/tinypilot-pro#1336. This PR upgrades a few of our Python dependencies. Coincidentally, all license paths were slightly changed for these packages. @jdeanwallace it would be cool if you could briefly QA this on device as well, just as a quick double-check. <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1802"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a> Co-authored-by: Jan Heuermann <[email protected]>
1 parent e6b287f commit 7a31d85

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/license_notice.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class LicenseMetadata:
7070
name='eventlet',
7171
homepage_url='https://eventlet.net',
7272
license_glob_pattern=
73-
'./venv/lib/python3.*/site-packages/eventlet-*.dist-info/LICENSE*',
73+
'./venv/lib/python3.*/site-packages/eventlet-*.dist-info/licenses/LICENSE*',
7474
),
7575
LicenseMetadata(
7676
name='Flask',
@@ -118,7 +118,7 @@ class LicenseMetadata:
118118
name='dnspython',
119119
homepage_url='https://www.dnspython.org',
120120
license_glob_pattern=
121-
'./venv/lib/python3.*/site-packages/dnspython-*.dist-info/LICENSE*',
121+
'./venv/lib/python3.*/site-packages/dnspython-*.dist-info/licenses/LICENSE*',
122122
),
123123
LicenseMetadata(
124124
name='greenlet',
@@ -142,7 +142,7 @@ class LicenseMetadata:
142142
name='Jinja2',
143143
homepage_url='https://palletsprojects.com/p/jinja/',
144144
license_glob_pattern=
145-
'./venv/lib/python3.*/site-packages/Jinja2-*.dist-info/LICENSE*',
145+
'./venv/lib/python3.*/site-packages/jinja2-*.dist-info/LICENSE*',
146146
),
147147
LicenseMetadata(
148148
name='MarkupSafe',
@@ -172,7 +172,7 @@ class LicenseMetadata:
172172
name='Werkzeug',
173173
homepage_url='https://palletsprojects.com/p/werkzeug/',
174174
license_glob_pattern=
175-
'./venv/lib/python3.*/site-packages/Werkzeug-*.dist-info/LICENSE*',
175+
'./venv/lib/python3.*/site-packages/werkzeug-*.dist-info/LICENSE*',
176176
),
177177
LicenseMetadata(
178178
name='WTForms',

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See the "Updating Python pip packages" section of CONTRIBUTING.md for
22
# instructions about updating this file.
33

4-
eventlet==0.33.3
4+
eventlet==0.35.2
55
Flask==2.3.2
66
Flask-SocketIO==5.3.4
77
Flask-WTF==1.1.1
@@ -11,15 +11,15 @@ PyYAML==6.0.1
1111
bidict==0.22.1
1212
blinker==1.6.2
1313
click==8.1.6
14-
dnspython==2.4.1
14+
dnspython==2.6.1
1515
greenlet==2.0.2
1616
importlib-metadata==6.8.0
1717
itsdangerous==2.1.2
18-
Jinja2==3.1.3
18+
Jinja2==3.1.4
1919
MarkupSafe==2.1.3
2020
python-engineio==4.5.1
2121
python-socketio==5.8.0
2222
six==1.16.0
23-
Werkzeug==2.3.6
23+
Werkzeug==2.3.8
2424
WTForms==3.0.1
2525
zipp==3.16.2

0 commit comments

Comments
 (0)