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

Commit 815153a

Browse files
chore: Updating Python Requirements (#1264)
1 parent e5fb8b3 commit 815153a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ pexpect==4.9.0
4848
# via -r requirements/test.txt
4949
pip-tools==7.3.0
5050
# via -r requirements/pip-tools.txt
51-
platformdirs==4.1.0
51+
platformdirs==4.2.0
5252
# via
5353
# tox
5454
# virtualenv
55-
pluggy==1.3.0
55+
pluggy==1.4.0
5656
# via
5757
# -r requirements/test.txt
5858
# pytest
@@ -67,7 +67,7 @@ pyproject-hooks==1.0.0
6767
# via
6868
# -r requirements/pip-tools.txt
6969
# build
70-
pytest==7.4.4
70+
pytest==8.0.0
7171
# via -r requirements/test.txt
7272
pyyaml==6.0.1
7373
# via

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pygments==2.17.2
5454
# pydata-sphinx-theme
5555
# readme-renderer
5656
# sphinx
57-
pytz==2023.3.post1
57+
pytz==2023.4
5858
# via babel
5959
pyyaml==6.0.1
6060
# via -r requirements/base.txt
@@ -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.1.0
96+
urllib3==2.2.0
9797
# via requests
9898
zipp==3.17.0
9999
# via importlib-metadata

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ packaging==23.2
1212
# via pytest
1313
pexpect==4.9.0
1414
# via -r requirements/test.in
15-
pluggy==1.3.0
15+
pluggy==1.4.0
1616
# via pytest
1717
ptyprocess==0.7.0
1818
# via pexpect
19-
pytest==7.4.4
19+
pytest==8.0.0
2020
# via -r requirements/test.in
2121
pyyaml==6.0.1
2222
# via -r requirements/base.txt

0 commit comments

Comments
 (0)