Skip to content

Commit

Permalink
Merge branch 'master' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold authored Mar 2, 2024
2 parents c874b44 + 4e56cdb commit 5768719
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asgiref==3.7.2
build==1.0.3
build==1.1.1
click==8.1.7
Django==5.0.2
django-admin-extra-buttons==1.5.7
Expand All @@ -9,7 +9,7 @@ flake8==7.0.0
gunicorn==21.2.0
mccabe==0.7.0
packaging==23.2
pip-tools==7.3.0
pip-tools==7.4.0
pycodestyle==2.11.1
pyflakes==3.2.0
pyproject_hooks==1.0.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements.in
# django
build==1.0.3
build==1.1.1
# via
# -r requirements.in
# pip-tools
Expand Down Expand Up @@ -40,8 +40,7 @@ packaging==23.2
# via
# -r requirements.in
# build
# gunicorn
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements.in
pycodestyle==2.11.1
# via
Expand All @@ -55,6 +54,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements.in
# build
# pip-tools
rcssmin==1.1.1
# via
# -r requirements.in
Expand Down

0 comments on commit 5768719

Please sign in to comment.