Skip to content

Commit

Permalink
Update to latest versions of libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeckennedy committed Aug 27, 2024
1 parent 552fdbf commit 1fb22f3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
1 change: 1 addition & 0 deletions .idea/ruff.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 18 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,48 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.piptools
#
alembic==1.13.0
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.piptools --output-file requirements.txt
alembic==1.13.2
# via -r requirements.piptools
blinker==1.7.0
blinker==1.8.2
# via flask
click==8.1.7
# via flask
dnspython==2.4.2
dnspython==2.6.1
# via pymongo
flask==3.0.0
flask==3.0.3
# via -r requirements.piptools
itsdangerous==2.1.2
itsdangerous==2.2.0
# via flask
jinja2==3.1.2
jinja2==3.1.4
# via flask
mako==1.3.0
mako==1.3.5
# via alembic
markupsafe==2.1.3
markupsafe==2.1.5
# via
# jinja2
# mako
# werkzeug
mongoengine==0.27.0
mongoengine==0.29.0
# via -r requirements.piptools
passlib==1.7.4
# via -r requirements.piptools
progressbar2==4.2.0
progressbar2==4.4.2
# via -r requirements.piptools
pymongo==4.6.1
pymongo==4.8.0
# via mongoengine
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via -r requirements.piptools
python-utils==3.8.1
python-utils==3.8.2
# via progressbar2
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.23
sqlalchemy==2.0.32
# via
# -r requirements.piptools
# alembic
typing-extensions==4.9.0
typing-extensions==4.12.2
# via
# alembic
# python-utils
# sqlalchemy
werkzeug==3.0.1
werkzeug==3.0.4
# via flask

0 comments on commit 1fb22f3

Please sign in to comment.