Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed Jul 7, 2024
1 parent 465acc5 commit c13c27d
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 74 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ playwright:

# Update all Python packages
update-packages:
.venv/bin/python -m pip install --upgrade pip
.venv/bin/pip-compile --upgrade requirements/requirements.in
.venv/bin/python -m pip install -r requirements/requirements.txt

Expand Down
144 changes: 72 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ django-browser-reload==1.13.0
# via -r requirements/requirements.in
django-cache-url==3.4.5
# via environs
django-debug-toolbar==4.4.2
django-debug-toolbar==4.4.5
# via -r requirements/requirements.in
django-extensions==3.2.3
# via -r requirements/requirements.in
Expand Down Expand Up @@ -88,7 +88,7 @@ identify==2.5.36
# via pre-commit
iniconfig==2.0.0
# via pytest
ipython==8.25.0
ipython==8.26.0
# via -r requirements/requirements.in
jedi==0.19.1
# via ipython
Expand Down

0 comments on commit c13c27d

Please sign in to comment.