Skip to content

Commit 1fb22f3

Browse files
committed
Update to latest versions of libraries.
1 parent 552fdbf commit 1fb22f3

File tree

2 files changed

+19
-22
lines changed

2 files changed

+19
-22
lines changed

Diff for: .idea/ruff.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: requirements.txt

+18-22
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,48 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
4-
#
5-
# pip-compile requirements.piptools
6-
#
7-
alembic==1.13.0
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements.piptools --output-file requirements.txt
3+
alembic==1.13.2
84
# via -r requirements.piptools
9-
blinker==1.7.0
5+
blinker==1.8.2
106
# via flask
117
click==8.1.7
128
# via flask
13-
dnspython==2.4.2
9+
dnspython==2.6.1
1410
# via pymongo
15-
flask==3.0.0
11+
flask==3.0.3
1612
# via -r requirements.piptools
17-
itsdangerous==2.1.2
13+
itsdangerous==2.2.0
1814
# via flask
19-
jinja2==3.1.2
15+
jinja2==3.1.4
2016
# via flask
21-
mako==1.3.0
17+
mako==1.3.5
2218
# via alembic
23-
markupsafe==2.1.3
19+
markupsafe==2.1.5
2420
# via
2521
# jinja2
2622
# mako
2723
# werkzeug
28-
mongoengine==0.27.0
24+
mongoengine==0.29.0
2925
# via -r requirements.piptools
3026
passlib==1.7.4
3127
# via -r requirements.piptools
32-
progressbar2==4.2.0
28+
progressbar2==4.4.2
3329
# via -r requirements.piptools
34-
pymongo==4.6.1
30+
pymongo==4.8.0
3531
# via mongoengine
36-
python-dateutil==2.8.2
32+
python-dateutil==2.9.0.post0
3733
# via -r requirements.piptools
38-
python-utils==3.8.1
34+
python-utils==3.8.2
3935
# via progressbar2
4036
six==1.16.0
4137
# via python-dateutil
42-
sqlalchemy==2.0.23
38+
sqlalchemy==2.0.32
4339
# via
4440
# -r requirements.piptools
4541
# alembic
46-
typing-extensions==4.9.0
42+
typing-extensions==4.12.2
4743
# via
4844
# alembic
4945
# python-utils
5046
# sqlalchemy
51-
werkzeug==3.0.1
47+
werkzeug==3.0.4
5248
# via flask

0 commit comments

Comments
 (0)