Skip to content

Commit 1aa9e14

Browse files
committed
Update to latest versions of libraries.
1 parent e3e09d8 commit 1aa9e14

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

requirements.txt

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile requirements.piptools --output-file requirements.txt
3-
alembic==1.13.2
3+
alembic==1.14.1
44
# via -r requirements.piptools
5-
blinker==1.8.2
5+
blinker==1.9.0
66
# via flask
7-
click==8.1.7
7+
click==8.1.8
88
# via flask
9-
dnspython==2.6.1
9+
dnspython==2.7.0
1010
# via pymongo
11-
flask==3.0.3
11+
flask==3.1.0
1212
# via -r requirements.piptools
1313
itsdangerous==2.2.0
1414
# via flask
15-
jinja2==3.1.4
15+
jinja2==3.1.5
1616
# via flask
17-
mako==1.3.5
17+
mako==1.3.9
1818
# via alembic
19-
markupsafe==2.1.5
19+
markupsafe==3.0.2
2020
# via
2121
# jinja2
2222
# mako
2323
# werkzeug
24-
mongoengine==0.29.0
24+
mongoengine==0.29.1
2525
# via -r requirements.piptools
2626
passlib==1.7.4
2727
# via -r requirements.piptools
28-
progressbar2==4.4.2
28+
progressbar2==4.5.0
2929
# via -r requirements.piptools
30-
pymongo==4.8.0
30+
pymongo==4.11.1
3131
# via mongoengine
3232
python-dateutil==2.9.0.post0
3333
# via -r requirements.piptools
34-
python-utils==3.8.2
34+
python-utils==3.9.1
3535
# via progressbar2
36-
six==1.16.0
36+
six==1.17.0
3737
# via python-dateutil
38-
sqlalchemy==2.0.32
38+
sqlalchemy==2.0.38
3939
# via
4040
# -r requirements.piptools
4141
# alembic
@@ -44,5 +44,5 @@ typing-extensions==4.12.2
4444
# alembic
4545
# python-utils
4646
# sqlalchemy
47-
werkzeug==3.0.4
47+
werkzeug==3.1.3
4848
# via flask

0 commit comments

Comments
 (0)