Skip to content
Merged
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 examples/testapp/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bootstrap": "5.2.3"
},
"devDependencies": {
"esbuild": "0.17.19",
"esbuild": "0.25.0",
"esbuild-plugin-copy": "2.1.1"
},
"packageManager": "yarn@3.5.1"
Expand Down
4 changes: 2 additions & 2 deletions requirements/all.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --strip-extras all.in
Expand All @@ -18,7 +18,7 @@ python-dateutil==2.9.0.post0
# via croniter
pytz==2025.2
# via croniter
redis==7.0.1
redis==8.0.0
# via -r redis.in
six==1.17.0
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements/basic.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cartola>=0.21
taskio==0.0.7
tornado==6.5.2
tornado==6.5.7
4 changes: 2 additions & 2 deletions requirements/basic.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --strip-extras basic.in
Expand All @@ -14,5 +14,5 @@ pyyaml==6.0.3
# via cartola
taskio==0.0.7
# via -r basic.in
tornado==6.5.2
tornado==6.5.7
# via -r basic.in
6 changes: 3 additions & 3 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --strip-extras development.in
Expand Down Expand Up @@ -50,7 +50,7 @@ pyyaml==6.0.3
# via
# bandit
# cartola
redis==7.0.1
redis==8.0.0
# via -r redis.in
rich==14.0.0
# via bandit
Expand All @@ -65,7 +65,7 @@ stevedore==5.4.1
# via bandit
taskio==0.0.7
# via -r basic.in
tornado==6.5.2
tornado==6.5.7
# via -r basic.in
typing-extensions==4.13.2
# via sqlalchemy
Expand Down
2 changes: 1 addition & 1 deletion requirements/pexpect.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --strip-extras pexpect.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/redis.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
redis>=7.0.1
redis>=8.0.0
hiredis>=3.3.0
4 changes: 2 additions & 2 deletions requirements/redis.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --strip-extras redis.in
#
hiredis==3.3.0
# via -r redis.in
redis==7.0.1
redis==8.0.0
# via -r redis.in
2 changes: 1 addition & 1 deletion requirements/schedule.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --strip-extras schedule.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/sqlalchemy.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --strip-extras sqlalchemy.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --strip-extras tests.in
Expand Down
Loading