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

Commit e2320a6

Browse files
chore: Updating Python Requirements (#992)
1 parent c98ba81 commit e2320a6

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
44
#
55
# make upgrade
66
#

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
44
#
55
# make upgrade
66
#
@@ -74,7 +74,7 @@ exceptiongroup==1.0.4
7474
# via
7575
# -r requirements/test.txt
7676
# pytest
77-
filelock==3.8.0
77+
filelock==3.8.2
7878
# via
7979
# tox
8080
# virtualenv
@@ -112,7 +112,7 @@ pep517==0.13.0
112112
# build
113113
pexpect==4.8.0
114114
# via -r requirements/test.txt
115-
pip-tools==6.10.0
115+
pip-tools==6.11.0
116116
# via -r requirements/pip-tools.txt
117117
platformdirs==2.5.4
118118
# via virtualenv
@@ -200,7 +200,7 @@ urllib3==1.26.13
200200
# -r requirements/test.txt
201201
# docker
202202
# requests
203-
virtualenv==20.17.0
203+
virtualenv==20.17.1
204204
# via tox
205205
websocket-client==0.59.0
206206
# via

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
44
#
55
# make upgrade
66
#

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packaging==21.3
1212
# via build
1313
pep517==0.13.0
1414
# via build
15-
pip-tools==6.10.0
15+
pip-tools==6.11.0
1616
# via -r requirements/pip-tools.in
1717
pyparsing==3.0.9
1818
# via packaging

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
44
#
55
# make upgrade
66
#

0 commit comments

Comments
 (0)