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

Commit db4ff2a

Browse files
chore: Updating Python Requirements (#1105)
1 parent 8dca89e commit db4ff2a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pexpect==4.8.0
109109
# via -r requirements/test.txt
110110
pip-tools==6.13.0
111111
# via -r requirements/pip-tools.txt
112-
platformdirs==3.5.3
112+
platformdirs==3.7.0
113113
# via virtualenv
114114
pluggy==1.0.0
115115
# via
@@ -193,7 +193,7 @@ urllib3==2.0.3
193193
# -r requirements/test.txt
194194
# docker
195195
# requests
196-
virtualenv==20.23.0
196+
virtualenv==20.23.1
197197
# via tox
198198
websocket-client==0.59.0
199199
# via

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ idna==3.4
7474
# requests
7575
imagesize==1.4.1
7676
# via sphinx
77-
importlib-metadata==6.6.0
77+
importlib-metadata==6.7.0
7878
# via sphinx
7979
jinja2==3.1.2
8080
# via sphinx
@@ -127,7 +127,7 @@ pyyaml==5.4.1
127127
# via
128128
# -r requirements/base.txt
129129
# docker-compose
130-
readme-renderer==37.3
130+
readme-renderer==40.0
131131
# via -r requirements/doc.in
132132
requests==2.31.0
133133
# via

requirements/pip.txt

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

0 commit comments

Comments
 (0)