Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pip-tools~=6.6.2
PyMySQL==1.1.1
pyGravatar==0.0.6
git+https://github.com/maxcountryman/flask-uploads@master
pylint~=3.2.7
pylint~=3.3.2
Pillow==10.3.0
requests~=2.32.3
sentry-sdk[flask]~=2.14.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alembic==1.13.3
# via flask-migrate
annotated-types==0.7.0
# via pydantic
astroid==3.2.4
astroid==3.3.5
# via pylint
blinker==1.4
# via sentry-sdk
Expand Down Expand Up @@ -87,7 +87,7 @@ mako==1.2.2
# via
# alembic
# oic
markupsafe==2.0.1
markupsafe==2.1.2
# via
# -r requirements.in
# jinja2
Expand Down Expand Up @@ -133,7 +133,7 @@ pygravatar==0.0.6
# via -r requirements.in
pyjwkest==1.4.2
# via oic
pylint==3.2.7
pylint==3.3.2
# via -r requirements.in
pymysql==1.1.1
# via -r requirements.in
Expand Down
Loading