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

Commit 52e885f

Browse files
chore: Updating Python Requirements (#1230)
Co-authored-by: Muhammad Soban Javed <58461728+iamsobanjaved@users.noreply.github.com>
1 parent 4916046 commit 52e885f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ colorama==0.4.6
2020
# via tox
2121
distlib==0.3.7
2222
# via virtualenv
23-
exceptiongroup==1.1.3
23+
exceptiongroup==1.2.0
2424
# via
2525
# -r requirements/test.txt
2626
# pytest
@@ -86,7 +86,7 @@ tomli==2.0.1
8686
# tox
8787
tox==4.11.3
8888
# via -r requirements/dev.in
89-
virtualenv==20.24.6
89+
virtualenv==20.24.7
9090
# via tox
9191
wheel==0.41.3
9292
# via

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ babel==2.13.1
1414
# sphinx
1515
beautifulsoup4==4.12.2
1616
# via pydata-sphinx-theme
17-
certifi==2023.7.22
17+
certifi==2023.11.17
1818
# via requests
1919
charset-normalizer==3.3.2
2020
# via requests
@@ -47,7 +47,7 @@ pbr==6.0.0
4747
# via stevedore
4848
pydata-sphinx-theme==0.14.3
4949
# via sphinx-book-theme
50-
pygments==2.16.1
50+
pygments==2.17.2
5151
# via
5252
# accessible-pygments
5353
# doc8

requirements/pip.txt

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

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
exceptiongroup==1.1.3
7+
exceptiongroup==1.2.0
88
# via pytest
99
iniconfig==2.0.0
1010
# via pytest

0 commit comments

Comments
 (0)