-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🚜 Update compose * ⬆️ Updates requirements.txt * ⬆️ Bumps pre-commit * 📝 Updates GHA to run uv and to use our utility service
- Loading branch information
1 parent
91c71ae
commit 13a46c6
Showing
6 changed files
with
43 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,76 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile ./requirements.in --resolver=backtracking --output-file ./requirements.txt | ||
asgiref==3.7.2 | ||
# uv pip compile requirements.in --resolver=backtracking --output-file requirements.txt | ||
asgiref==3.8.1 | ||
# via django | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
click==8.1.7 | ||
# via django-click | ||
coverage==7.4.3 | ||
coverage==7.5.2 | ||
# via pytest-cov | ||
distlib==0.3.8 | ||
# via virtualenv | ||
dj-database-url==2.1.0 | ||
# via environs | ||
dj-email-url==1.0.6 | ||
# via environs | ||
django==5.0.2 | ||
django==5.0.6 | ||
# via | ||
# -r requirements.in | ||
# dj-database-url | ||
# model-bakery | ||
django-cache-url==3.4.5 | ||
# via environs | ||
django-click==2.3.0 | ||
django-click==2.4.0 | ||
# via -r requirements.in | ||
django-test-plus==2.2.3 | ||
environs==10.3.0 | ||
filelock==3.13.1 | ||
# via -r requirements.in | ||
environs==11.0.0 | ||
# via -r requirements.in | ||
filelock==3.14.0 | ||
# via virtualenv | ||
identify==2.5.35 | ||
identify==2.5.36 | ||
# via pre-commit | ||
iniconfig==2.0.0 | ||
# via pytest | ||
marshmallow==3.21.0 | ||
marshmallow==3.21.2 | ||
# via environs | ||
model-bakery==1.17.0 | ||
model-bakery==1.18.0 | ||
# via -r requirements.in | ||
nodeenv==1.8.0 | ||
# via pre-commit | ||
packaging==23.2 | ||
packaging==24.0 | ||
# via | ||
# marshmallow | ||
# pytest | ||
platformdirs==4.2.0 | ||
platformdirs==4.2.2 | ||
# via virtualenv | ||
pluggy==1.4.0 | ||
pluggy==1.5.0 | ||
# via pytest | ||
pre-commit==3.6.2 | ||
pre-commit==3.7.1 | ||
# via -r requirements.in | ||
psycopg2-binary==2.9.9 | ||
pytest==8.0.2 | ||
# via -r requirements.in | ||
pytest==8.2.1 | ||
# via | ||
# -r requirements.in | ||
# pytest-cov | ||
# pytest-django | ||
pytest-cov==4.1.0 | ||
pytest-cov==5.0.0 | ||
# via -r requirements.in | ||
pytest-django==4.8.0 | ||
# via -r requirements.in | ||
python-dotenv==1.0.1 | ||
# via environs | ||
pyyaml==6.0.1 | ||
# via pre-commit | ||
setuptools==69.1.1 | ||
setuptools==70.0.0 | ||
# via nodeenv | ||
sqlparse==0.4.4 | ||
sqlparse==0.5.0 | ||
# via django | ||
typing-extensions==4.10.0 | ||
typing-extensions==4.12.0 | ||
# via dj-database-url | ||
virtualenv==20.25.1 | ||
virtualenv==20.26.2 | ||
# via pre-commit | ||
whitenoise==6.6.0 | ||
# via -r requirements.in |