Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Dec 3, 2023
1 parent 1949fab commit 3941e99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
14 changes: 6 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --all-extras --allow-unsafe --output-file=requirements-dev.txt --resolver=backtracking pyproject.toml
# pip-compile --all-extras --allow-unsafe --output-file=requirements-dev.txt pyproject.toml
#
attrs==23.1.0
# via
# hypothesis
# pytest
# via hypothesis
black==23.11.0
# via pdoc (pyproject.toml)
cachetools==5.3.2
Expand Down Expand Up @@ -50,6 +48,8 @@ packaging==23.2
# tox
pathspec==0.11.2
# via black
pdoc-pyo3-sample-library==1.0.11
# via pdoc (pyproject.toml)
platformdirs==4.0.0
# via
# black
Expand Down Expand Up @@ -79,14 +79,12 @@ sortedcontainers==2.4.0
tox==4.11.4
# via pdoc (pyproject.toml)
types-docutils==0.20.0.3
# via
# types-pygments
# types-setuptools
# via types-pygments
types-pygments==2.17.0.0
# via pdoc (pyproject.toml)
types-setuptools==69.0.0.0
# via types-pygments
typing-extensions==4.8.0
# via mypy
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
9 changes: 2 additions & 7 deletions test/freeze-requirements.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/usr/bin/env sh
set -ex
cd -- "$(dirname -- "$0")"
cd -- "$(dirname -- "$0")/.."

rm -rf freeze-venv
python3.8 -m venv freeze-venv
freeze-venv/bin/python -m pip install -U pip
freeze-venv/bin/pip install -e ..[dev]
freeze-venv/bin/pip freeze --all --exclude-editable > ../requirements-dev.txt
rm -rf freeze-venv
pip-compile --all-extras --allow-unsafe --output-file=requirements-dev.txt pyproject.toml

0 comments on commit 3941e99

Please sign in to comment.