Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ click==8.1.3
# via pip-tools
importlib-metadata==6.6.0
# via pip-sync-faster
packaging==23.0
# via build
packaging==26.0
# via
# build
# wheel
pip-sync-faster==0.0.5
# via -r checkformatting.in
pip-tools==7.5.2
Expand All @@ -24,7 +26,7 @@ pyproject-hooks==1.0.0
# pip-tools
ruff==0.14.4
# via -r checkformatting.in
wheel==0.38.4
wheel==0.46.2
# via pip-tools
zipp==3.19.1
# via importlib-metadata
Expand Down
18 changes: 9 additions & 9 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ build==1.2.1
click==8.1.3
# via pip-tools
coverage[toml]==7.12.0
# via -r requirements/coverage.in
# via -r coverage.in
importlib-metadata==6.6.0
# via pip-sync-faster
packaging==21.3
# via build
packaging==26.0
# via
# build
# wheel
pip-sync-faster==0.0.5
# via -r requirements/coverage.in
# via -r coverage.in
pip-tools==7.5.2
# via
# -r requirements/coverage.in
# -r coverage.in
# pip-sync-faster
pyparsing==3.0.9
# via packaging
pyproject-hooks==1.0.0
# via
# build
# pip-tools
wheel==0.38.4
wheel==0.46.2
# via pip-tools
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -r requirements/coverage.in
# -r coverage.in
# pip-tools
setuptools==78.1.1
# via pip-tools
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,32 @@ decorator==5.1.1
executing==1.2.0
# via stack-data
factory-boy==3.3.3
# via -r requirements/dev.in
# via -r dev.in
faker==15.3.1
# via factory-boy
importlib-metadata==6.6.0
# via pip-sync-faster
ipython==9.7.0
# via -r requirements/dev.in
# via -r dev.in
ipython-pygments-lexers==1.1.1
# via ipython
jedi==0.18.1
# via ipython
matplotlib-inline==0.1.6
# via ipython
packaging==21.3
# via build
packaging==26.0
# via
# build
# wheel
parso==0.8.3
# via jedi
pexpect==4.8.0
# via ipython
pip-sync-faster==0.0.5
# via -r requirements/dev.in
# via -r dev.in
pip-tools==7.5.2
# via
# -r requirements/dev.in
# -r dev.in
# pip-sync-faster
prompt-toolkit==3.0.41
# via ipython
Expand All @@ -50,8 +52,6 @@ pygments==2.15.0
# via
# ipython
# ipython-pygments-lexers
pyparsing==3.0.9
# via packaging
pyproject-hooks==1.0.0
# via
# build
Expand All @@ -65,7 +65,7 @@ six==1.16.0
stack-data==0.6.1
# via ipython
supervisor==4.3.0
# via -r requirements/dev.in
# via -r dev.in
traitlets==5.14.1
# via
# ipython
Expand All @@ -74,15 +74,15 @@ typing-extensions==4.10.0
# via ipython
wcwidth==0.2.5
# via prompt-toolkit
wheel==0.38.4
wheel==0.46.2
# via pip-tools
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -r requirements/prod.txt
# -r prod.txt
# pip-tools
setuptools==78.1.1
# via pip-tools
8 changes: 5 additions & 3 deletions requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ click==8.1.3
# via pip-tools
importlib-metadata==6.6.0
# via pip-sync-faster
packaging==23.0
# via build
packaging==26.0
# via
# build
# wheel
pip-sync-faster==0.0.5
# via -r format.in
pip-tools==7.5.2
Expand All @@ -24,7 +26,7 @@ pyproject-hooks==1.0.0
# pip-tools
ruff==0.14.4
# via -r format.in
wheel==0.38.4
wheel==0.46.2
# via pip-tools
zipp==3.19.1
# via importlib-metadata
Expand Down
21 changes: 11 additions & 10 deletions requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ click==8.1.3
# via pip-tools
factory-boy==3.3.3
# via
# -r requirements/functests.in
# -r functests.in
# pytest-factoryboy
faker==15.3.1
# via factory-boy
h-matchers==1.2.17
# via -r requirements/functests.in
# via -r functests.in
h-testkit==1.0.1
# via -r requirements/functests.in
# via -r functests.in
httpretty==1.1.4
# via -r requirements/functests.in
# via -r functests.in
importlib-metadata==6.6.0
# via pip-sync-faster
inflection==0.5.1
Expand All @@ -31,11 +31,12 @@ packaging==25.0
# build
# pytest
# pytest-factoryboy
# wheel
pip-sync-faster==0.0.5
# via -r requirements/functests.in
# via -r functests.in
pip-tools==7.5.2
# via
# -r requirements/functests.in
# -r functests.in
# pip-sync-faster
pluggy==1.5.0
# via pytest
Expand All @@ -47,25 +48,25 @@ pyproject-hooks==1.0.0
# pip-tools
pytest==9.0.1
# via
# -r requirements/functests.in
# -r functests.in
# pytest-factoryboy
pytest-factoryboy==2.8.1
# via -r requirements/functests.in
# via -r functests.in
python-dateutil==2.8.2
# via faker
six==1.16.0
# via python-dateutil
typing-extensions==4.7.1
# via pytest-factoryboy
wheel==0.38.4
wheel==0.46.2
# via pip-tools
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -r requirements/prod.txt
# -r prod.txt
# pip-tools
setuptools==78.1.1
# via pip-tools
Loading