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

Commit 88eb0d1

Browse files
chore: Updating Python Requirements (#817)
1 parent 9c274e2 commit 88eb0d1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ toml==0.10.2
179179
# -r requirements/test.txt
180180
# pytest
181181
# tox
182-
tomli==1.2.0
182+
tomli==1.2.1
183183
# via
184184
# -r requirements/pip-tools.txt
185185
# pep517
@@ -194,15 +194,15 @@ urllib3==1.26.6
194194
# -r requirements/base.txt
195195
# -r requirements/test.txt
196196
# requests
197-
virtualenv==20.7.0
197+
virtualenv==20.7.2
198198
# via tox
199199
websocket-client==0.59.0
200200
# via
201201
# -r requirements/base.txt
202202
# -r requirements/test.txt
203203
# docker
204204
# docker-compose
205-
wheel==0.36.2
205+
wheel==0.37.0
206206
# via
207207
# -r requirements/pip-tools.txt
208208
# pip-tools

requirements/pip-tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ pep517==0.11.0
1010
# via pip-tools
1111
pip-tools==6.2.0
1212
# via -r requirements/pip-tools.in
13-
tomli==1.2.0
13+
tomli==1.2.1
1414
# via pep517
15-
wheel==0.36.2
15+
wheel==0.37.0
1616
# via pip-tools
1717

1818
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)