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

Commit c44035b

Browse files
chore: Updating Python Requirements (#1058)
Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com>
1 parent 810cb29 commit c44035b

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.2.0
112+
platformdirs==3.3.0
113113
# via virtualenv
114114
pluggy==1.0.0
115115
# via
@@ -193,7 +193,7 @@ urllib3==1.26.15
193193
# -r requirements/test.txt
194194
# docker
195195
# requests
196-
virtualenv==20.21.0
196+
virtualenv==20.22.0
197197
# via tox
198198
websocket-client==0.59.0
199199
# via

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
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.5.0
77+
importlib-metadata==6.6.0
7878
# via sphinx
7979
jinja2==3.1.2
8080
# via sphinx

requirements/pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ wheel==0.40.0
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==23.1
11+
pip==23.1.1
1212
# via -r requirements/pip.in
13-
setuptools==67.6.1
13+
setuptools==67.7.2
1414
# via -r requirements/pip.in

0 commit comments

Comments
 (0)