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

Commit c4979d5

Browse files
chore: Updating Python Requirements (#1260)
1 parent 4643305 commit c4979d5

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ filelock==3.13.1
2828
# via
2929
# tox
3030
# virtualenv
31-
importlib-metadata==7.0.0
31+
importlib-metadata==7.0.1
3232
# via
3333
# -r requirements/pip-tools.txt
3434
# build
@@ -67,7 +67,7 @@ pyproject-hooks==1.0.0
6767
# via
6868
# -r requirements/pip-tools.txt
6969
# build
70-
pytest==7.4.3
70+
pytest==7.4.4
7171
# via -r requirements/test.txt
7272
pyyaml==6.0.1
7373
# via
@@ -83,7 +83,7 @@ tomli==2.0.1
8383
# pyproject-hooks
8484
# pytest
8585
# tox
86-
tox==4.11.4
86+
tox==4.12.1
8787
# via -r requirements/dev.in
8888
virtualenv==20.25.0
8989
# via tox

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ babel==2.14.0
1212
# via
1313
# pydata-sphinx-theme
1414
# sphinx
15-
beautifulsoup4==4.12.2
15+
beautifulsoup4==4.12.3
1616
# via pydata-sphinx-theme
1717
certifi==2023.11.17
1818
# via requests
@@ -31,11 +31,11 @@ idna==3.6
3131
# via requests
3232
imagesize==1.4.1
3333
# via sphinx
34-
importlib-metadata==7.0.0
34+
importlib-metadata==7.0.1
3535
# via sphinx
36-
jinja2==3.1.2
36+
jinja2==3.1.3
3737
# via sphinx
38-
markupsafe==2.1.3
38+
markupsafe==2.1.4
3939
# via jinja2
4040
nh3==0.2.15
4141
# via readme-renderer

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build==1.0.3
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
11-
importlib-metadata==7.0.0
11+
importlib-metadata==7.0.1
1212
# via build
1313
packaging==23.2
1414
# via build

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ wheel==0.42.0
1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==23.3.2
1212
# via -r requirements/pip.in
13-
setuptools==69.0.2
13+
setuptools==69.0.3
1414
# via -r requirements/pip.in

requirements/test.txt

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

0 commit comments

Comments
 (0)