Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0c7bf92

Browse files
chore: Updating Python Requirements (#1277)
1 parent 8a0f62f commit 0c7bf92

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

requirements/dev.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ packaging==23.2
4646
# tox
4747
pexpect==4.9.0
4848
# via -r requirements/test.txt
49-
pip-tools==7.3.0
49+
pip-tools==7.4.0
5050
# via -r requirements/pip-tools.txt
5151
platformdirs==4.2.0
5252
# via
@@ -67,7 +67,8 @@ pyproject-hooks==1.0.0
6767
# via
6868
# -r requirements/pip-tools.txt
6969
# build
70-
pytest==8.0.0
70+
# pip-tools
71+
pytest==8.0.1
7172
# via -r requirements/test.txt
7273
pyyaml==6.0.1
7374
# via
@@ -83,7 +84,7 @@ tomli==2.0.1
8384
# pyproject-hooks
8485
# pytest
8586
# tox
86-
tox==4.12.1
87+
tox==4.13.0
8788
# via -r requirements/dev.in
8889
virtualenv==20.25.0
8990
# via tox

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tomli==2.0.1
9393
# via doc8
9494
typing-extensions==4.9.0
9595
# via pydata-sphinx-theme
96-
urllib3==2.2.0
96+
urllib3==2.2.1
9797
# via requests
9898
zipp==3.17.0
9999
# via importlib-metadata

requirements/pip-tools.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ importlib-metadata==7.0.1
1212
# via build
1313
packaging==23.2
1414
# via build
15-
pip-tools==7.3.0
15+
pip-tools==7.4.0
1616
# via -r requirements/pip-tools.in
1717
pyproject-hooks==1.0.0
18-
# via build
18+
# via
19+
# build
20+
# pip-tools
1921
tomli==2.0.1
2022
# via
2123
# build

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pluggy==1.4.0
1616
# via pytest
1717
ptyprocess==0.7.0
1818
# via pexpect
19-
pytest==8.0.0
19+
pytest==8.0.1
2020
# via -r requirements/test.in
2121
pyyaml==6.0.1
2222
# via -r requirements/base.txt

0 commit comments

Comments
 (0)