Skip to content

Commit

Permalink
update requirements (#245)
Browse files Browse the repository at this point in the history
* update requirements

* rerun nox after PR239 merged
  • Loading branch information
samccann authored Jun 6, 2024
1 parent 86749dc commit 3ae5a22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile --allow-unsafe --output-file=requirements/pip-tools.txt --strip-extras requirements/pip-tools.in
#
build==1.0.3
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
wheel==0.42.0
wheel==0.43.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.1.1
setuptools==70.0.0
# via pip-tools
12 changes: 6 additions & 6 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements.txt --strip-extras requirements.in
# pip-compile --allow-unsafe --output-file=requirements/requirements.txt --strip-extras requirements/requirements.in
#
docopt-ng==0.9.0
# via staticjinja
jinja2==3.1.4
# via staticjinja
libsass==0.23.0
# via -r requirements.in
markupsafe==2.1.3
# via -r requirements/requirements.in
markupsafe==2.1.5
# via jinja2
pyyaml==6.0.1
# via -r requirements.in
# via -r requirements/requirements.in
staticjinja==5.0.0
# via -r requirements.in
watchdog==3.0.0
# via -r requirements/requirements.in
watchdog==4.0.1
# via staticjinja

0 comments on commit 3ae5a22

Please sign in to comment.