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
6 changes: 1 addition & 5 deletions requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ h-testkit==1.0.1
# via -r requirements/functests.in
httpretty==1.1.4
# via -r requirements/functests.in
importlib-metadata==6.6.0
# via pip-sync-faster
inflection==0.5.1
# via pytest-factoryboy
iniconfig==1.1.1
Expand All @@ -45,7 +43,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/functests.in
# pytest-factoryboy
Expand All @@ -59,8 +57,6 @@ typing-extensions==4.7.1
# via pytest-factoryboy
wheel==0.38.4
# 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
Expand Down
12 changes: 1 addition & 11 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ httpretty==1.1.4
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
importlib-metadata==6.6.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
# pip-sync-faster
inflection==0.5.1
# via
# -r requirements/functests.txt
Expand Down Expand Up @@ -92,7 +87,7 @@ pyproject-hooks==1.0.0
# -r requirements/tests.txt
# build
# pip-tools
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down Expand Up @@ -127,11 +122,6 @@ wheel==0.38.4
# -r requirements/functests.txt
# -r requirements/tests.txt
# pip-tools
zipp==3.19.1
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
Expand Down
6 changes: 1 addition & 5 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ h-testkit==1.0.1
# via -r requirements/tests.in
httpretty==1.1.4
# via -r requirements/tests.in
importlib-metadata==6.6.0
# via pip-sync-faster
inflection==0.5.1
# via pytest-factoryboy
iniconfig==1.1.1
Expand All @@ -51,7 +49,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/tests.in
# pytest-cov
Expand All @@ -70,8 +68,6 @@ typing-extensions==4.7.1
# via pytest-factoryboy
wheel==0.38.4
# 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
Expand Down
Loading