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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Node.js npm cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.npm
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r testing.txt

tox==4.32.0
tox==4.33.0
tox-uv==1.29.0
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Node.js npm cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.npm
Expand Down
2,952 changes: 1,483 additions & 1,469 deletions {{cookiecutter.project_slug}}/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ simplejson==3.20.2
snapshot-restore-py==1.0.0

# Reporting (Errors)
sentry-sdk==2.47.0
certifi==2025.11.12
urllib3==2.6.0
sentry-sdk==2.48.0
certifi==2026.1.4
urllib3==2.6.2

# Serverless WSGI
serverless-wsgi==3.1.0
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r testing.txt

ipdb==0.13.13
tox==4.32.0
tox==4.33.0
tox-uv==1.29.0
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r base.txt

coverage==7.12.0
coverage==7.13.1
pipdeptree==2.30.0
pytest-flask==1.3.0
pytest==9.0.1
ruff==0.14.8
pytest==9.0.2
ruff==0.14.10