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
8 changes: 4 additions & 4 deletions frameworks/Python/aiohttp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aiohttp==3.10.2
aiohttp==3.12.14
asyncpg==0.25.0
cchardet==2.1.7
gunicorn==20.1
jinja2==3.1.4
gunicorn==22.0.0
jinja2==3.1.6
psycopg2==2.9.2
SQLAlchemy==1.4.29
ujson==5.4.0
ujson==5.11.0
uvloop==0.16
2 changes: 1 addition & 1 deletion frameworks/Python/aioworkers/requirements-pg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
uvloop==0.17.0
asyncpg==0.27.0
aioworkers-pg==0.2.0
Jinja2==3.1.4
Jinja2==3.1.6
14 changes: 7 additions & 7 deletions frameworks/Python/api_hour/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
aiohttp==3.10.11
aiohttp==3.12.14
-e git+https://github.com/Eyepea/aiohttp_jinja2.git@c9675e5c1e1ee7741b30aea8d8fbffcde016c7a0#egg=aiohttp_jinja2-master
aiopg==0.7.0
-e git+https://github.com/Eyepea/API-Hour.git@577abbdcbb8cc2810dad46e260b338b15db4d0e3#egg=api_hour-master
asyncio-redis==0.13.4
chardet==2.3.0
gunicorn==22.0.0
gunicorn==23.0.0
hiredis==0.2.0
Jinja2==3.1.4
Jinja2==3.1.6
MarkupSafe==0.23
piprot==0.9.1
psycopg2==2.7.5
PyYAML==5.4
requests==2.32.0
requests==2.32.4
requests-futures==0.9.5
setproctitle==1.1.8
ujson==1.33
aiomysql==0.0.7
PyMySQL==1.1.1
ujson==5.4.0
aiomysql==0.3.0
PyMySQL==1.1.2
4 changes: 2 additions & 2 deletions frameworks/Python/apidaora/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asyncpg==0.21.0
gunicorn==20.0.4
jinja2==3.1.4
gunicorn==22.0.0
jinja2==3.1.6
uvloop==0.14.0
uvicorn==0.11.7
apidaora==0.26.0
8 changes: 4 additions & 4 deletions frameworks/Python/bareasgi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ asyncpg==0.26.0
bareasgi==4.3.0
bareasgi-jinja2==4.0.1
bareutils==4.0.2
h11==0.14.0
h2==4.1.0
h11==0.16.0
h2==4.3.0
hpack==4.0.0
hypercorn==0.14.3
hyperframe==6.0.1
jetblack-asgi-typing==0.4.0
Jinja2==3.1.4
Jinja2==3.1.6
MarkupSafe==2.1.1
orjson==3.8.0
orjson==3.9.15
priority==2.0.0
toml==0.10.2
uvloop==0.17.0
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Python/blacksheep/requirements-gunicorn.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gunicorn==22.0.0
gunicorn==23.0.0
4 changes: 2 additions & 2 deletions frameworks/Python/blacksheep/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncpg==0.27.0
Jinja2==3.1.4
Jinja2==3.1.6
blacksheep==1.2.13
ujson==5.7.0
ujson==5.11.0
8 changes: 4 additions & 4 deletions frameworks/Python/bottle/requirements-pypy.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bottle==0.12.19
bottle==0.12.20
bottle-sqlalchemy==0.4.3
gunicorn==19.9.0
PyMySQL==0.8.0
gunicorn==22.0.0
PyMySQL==1.1.1
SQLAlchemy==1.3.0
tornado==6.4.2
tornado==6.5
6 changes: 3 additions & 3 deletions frameworks/Python/bottle/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bottle==0.12.25
bottle==0.12.20
bottle-sqlalchemy==0.4.3
greenlet==0.4.17
gunicorn==19.9.0
gunicorn==22.0.0
meinheld==1.0.2
mysqlclient==1.3.12
SQLAlchemy==1.3.0
ujson==1.35
ujson==5.4.0
uWSGI==2.0.22
2 changes: 1 addition & 1 deletion frameworks/Python/crax/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
crax[postgresql]==0.1.5
gunicorn==20.1.0
gunicorn==22.0.0
uvloop==0.17.0
uvicorn==0.20.0
httptools==0.5.0
2 changes: 1 addition & 1 deletion frameworks/Python/django/requirements-gunicorn.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.txt
greenlet==0.4.17
gunicorn==20.1.0
gunicorn==22.0.0
meinheld==1.0.2
2 changes: 1 addition & 1 deletion frameworks/Python/django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ mysqlclient==1.4.6
psycopg2==2.9.6; implementation_name=='cpython'
psycopg2cffi==2.9.0; implementation_name=='pypy'
pytz==2020.4
ujson==5.4.0
ujson==5.11.0
6 changes: 3 additions & 3 deletions frameworks/Python/eve/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
click==6.7
Flask==1.0
Flask==2.2.5
greenlet==0.4.14
gunicorn==19.9.0
gunicorn==22.0.0
itsdangerous==0.24
meinheld==1.0.2
uWSGI==2.0.22
Werkzeug==0.15.5
Werkzeug==3.0.6
2 changes: 1 addition & 1 deletion frameworks/Python/falcon/requirements-db-tortoise.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
asyncpg==0.27.0
orjson==3.8.10
orjson==3.9.15
tortoise-orm==0.19.3
2 changes: 1 addition & 1 deletion frameworks/Python/falcon/requirements-meinheld.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gunicorn==20.1.0
gunicorn==22.0.0
meinheld==1.0.2
2 changes: 1 addition & 1 deletion frameworks/Python/falcon/requirements-pypy.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gunicorn==20.1.0
gunicorn==22.0.0
2 changes: 1 addition & 1 deletion frameworks/Python/falcon/requirements-uvicorn.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gunicorn==20.1.0
gunicorn==22.0.0
httptools==0.5.0
uvloop==0.17.0
uvicorn==0.21.1
2 changes: 1 addition & 1 deletion frameworks/Python/falcon/requirements-waitress.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
waitress==2.1.2
waitress==3.0.1
2 changes: 1 addition & 1 deletion frameworks/Python/falcon/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
falcon==3.1.1
jinja2==3.1.4
jinja2==3.1.6
2 changes: 1 addition & 1 deletion frameworks/Python/fastapi/requirements-gunicorn.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gunicorn==20.1.0
gunicorn==22.0.0
2 changes: 1 addition & 1 deletion frameworks/Python/fastapi/requirements-orjson.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
orjson==3.8.7
orjson==3.9.15
2 changes: 1 addition & 1 deletion frameworks/Python/fastapi/requirements-socketify.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
orjson==3.8.7
orjson==3.9.15
fastapi==0.109.1
git+https://github.com/cirospaciari/socketify.py.git@main#socketify
4 changes: 2 additions & 2 deletions frameworks/Python/fastapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncpg==0.27.0
fastapi==0.109.1
Jinja2==3.1.4
ujson==5.7.0
Jinja2==3.1.6
ujson==5.11.0
4 changes: 2 additions & 2 deletions frameworks/Python/fastwsgi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
click==8.0.1
ujson==5.7.0
ujson==5.11.0
#fastwsgi==0.0.9
git+https://github.com/jamesroberts/fastwsgi.git@5572bb31b859d690be225707b9e7e25af397544b
asyncpg==0.27.0
Jinja2==3.1.4
Jinja2==3.1.6
cachetools==5.3.0
asyncache==0.3.1
Loading