Skip to content

Commit f285b62

Browse files
committed
chore(python): Update dependencies
1 parent ca71dc0 commit f285b62

File tree

3 files changed

+33
-43
lines changed

3 files changed

+33
-43
lines changed
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --resolver=backtracking requirements/bench.in
66
#
77
beautifulsoup4==4.12.2
88
# via pynliner
9-
cachetools==5.3.1
9+
cachetools==5.3.2
1010
# via premailer
11-
certifi==2023.7.22
11+
certifi==2023.11.17
1212
# via requests
13-
charset-normalizer==3.1.0
13+
charset-normalizer==3.3.2
1414
# via requests
1515
cssselect==1.2.0
1616
# via
1717
# premailer
1818
# toronado
19-
cssutils==2.7.1
19+
cssutils==2.9.0
2020
# via
2121
# inlinestyler
2222
# premailer
2323
# pynliner
2424
# toronado
25-
idna==3.4
25+
idna==3.6
2626
# via requests
2727
iniconfig==2.0.0
2828
# via pytest
2929
inlinestyler==0.2.5
30-
# via -r bench.in
31-
lxml==4.9.2
30+
# via -r requirements/bench.in
31+
lxml==4.9.3
3232
# via
3333
# inlinestyler
3434
# premailer
3535
# toronado
36-
packaging==23.1
36+
packaging==23.2
3737
# via pytest
38-
pluggy==1.0.0
38+
pluggy==1.3.0
3939
# via pytest
4040
premailer==3.10.0
41-
# via -r bench.in
41+
# via -r requirements/bench.in
4242
py-cpuinfo==9.0.0
4343
# via pytest-benchmark
4444
pynliner==0.8.0
45-
# via -r bench.in
46-
pytest==7.3.2
45+
# via -r requirements/bench.in
46+
pytest==7.4.3
4747
# via pytest-benchmark
4848
pytest-benchmark==4.0.0
49-
# via -r bench.in
49+
# via -r requirements/bench.in
5050
requests==2.31.0
5151
# via
5252
# inlinestyler
5353
# premailer
54-
soupsieve==2.4.1
54+
soupsieve==2.5
5555
# via beautifulsoup4
5656
toronado==0.1.0
57-
# via -r bench.in
58-
urllib3==2.0.7
57+
# via -r requirements/bench.in
58+
urllib3==2.1.0
5959
# via requests

bindings/python/requirements/dev.txt

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,34 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --resolver=backtracking requirements/dev.in
66
#
7-
cachetools==5.3.1
7+
cachetools==5.3.2
88
# via tox
9-
chardet==5.1.0
9+
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
13-
distlib==0.3.6
13+
distlib==0.3.7
1414
# via virtualenv
15-
filelock==3.12.2
15+
filelock==3.13.1
1616
# via
1717
# tox
1818
# virtualenv
19-
packaging==23.1
19+
packaging==23.2
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==3.5.3
23+
platformdirs==4.1.0
2424
# via
2525
# tox
2626
# virtualenv
27-
pluggy==1.0.0
27+
pluggy==1.3.0
2828
# via tox
29-
pyproject-api==1.5.2
29+
pyproject-api==1.6.1
3030
# via tox
31-
tomli==2.0.1
32-
# via
33-
# pyproject-api
34-
# tox
35-
tox==4.6.0
31+
tox==4.11.4
3632
# via -r requirements/dev.in
37-
virtualenv==20.23.0
33+
virtualenv==20.25.0
3834
# via tox

bindings/python/requirements/test.txt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --resolver=backtracking requirements/test.in
66
#
77
attrs==23.1.0
88
# via hypothesis
9-
exceptiongroup==1.1.1
10-
# via
11-
# hypothesis
12-
# pytest
13-
hypothesis==6.78.2
9+
hypothesis==6.91.0
1410
# via -r requirements/test.in
1511
iniconfig==2.0.0
1612
# via pytest
17-
packaging==23.1
13+
packaging==23.2
1814
# via pytest
19-
pluggy==1.0.0
15+
pluggy==1.3.0
2016
# via pytest
21-
pytest==7.3.2
17+
pytest==7.4.3
2218
# via -r requirements/test.in
2319
sortedcontainers==2.4.0
2420
# via hypothesis
25-
tomli==2.0.1
26-
# via pytest

0 commit comments

Comments
 (0)