Skip to content

Commit 6af2884

Browse files
Executing automated changes
1 parent 10eefd4 commit 6af2884

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ passlib==1.7.4
1010
bcrypt==4.0.1
1111
requests==2.28.1
1212
PyMySQL[rsa]==1.0.2
13-
gunicorn==20.1.0
13+
gunicorn==25.3.0
1414
dataset==1.5.2
1515
cmarkgfm==2022.10.27
1616
redis==4.5.5

requirements.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
4-
#
5-
# ./scripts/pip-compile.sh
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements.in -o requirements.txt
73
alembic==1.4.3
84
# via
95
# dataset
106
# flask-migrate
117
aniso8601==8.0.0
128
# via flask-restx
13-
async-timeout==4.0.2
14-
# via redis
159
attrs==20.3.0
1610
# via jsonschema
1711
babel==2.12.1
@@ -75,13 +69,13 @@ flask-sqlalchemy==2.5.1
7569
# flask-migrate
7670
freezegun==1.2.2
7771
# via -r requirements.in
78-
gevent==24.11.1
72+
gevent==23.9.1
7973
# via -r requirements.in
8074
greenlet==3.1.1
8175
# via
8276
# gevent
8377
# sqlalchemy
84-
gunicorn==20.1.0
78+
gunicorn==25.3.0
8579
# via -r requirements.in
8680
idna==2.10
8781
# via requests
@@ -115,6 +109,8 @@ maxminddb==1.5.4
115109
# via
116110
# -r requirements.in
117111
# python-geoacumen-city
112+
packaging==26.1
113+
# via gunicorn
118114
passlib==1.7.4
119115
# via -r requirements.in
120116
pybluemonday==0.0.12
@@ -123,7 +119,7 @@ pycparser==2.20
123119
# via cffi
124120
pydantic==1.6.2
125121
# via -r requirements.in
126-
pymysql[rsa]==1.0.2
122+
pymysql==1.0.2
127123
# via -r requirements.in
128124
pyrsistent==0.17.3
129125
# via jsonschema
@@ -148,6 +144,11 @@ requests==2.28.1
148144
# via -r requirements.in
149145
s3transfer==0.3.3
150146
# via boto3
147+
setuptools==82.0.1
148+
# via
149+
# jsonschema
150+
# zope-event
151+
# zope-interface
151152
six==1.15.0
152153
# via
153154
# flask-marshmallow
@@ -181,6 +182,3 @@ zope-event==4.5.0
181182
# via gevent
182183
zope-interface==5.2.0
183184
# via gevent
184-
185-
# The following packages are considered to be unsafe in a requirements file:
186-
# setuptools

0 commit comments

Comments
 (0)