Skip to content

Commit bac5fc0

Browse files
committed
chore: upgrade dependencies
1 parent 59749aa commit bac5fc0

File tree

5 files changed

+98
-101
lines changed

5 files changed

+98
-101
lines changed

requirements/base.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# make upgrade
66
#
7-
certifi==2022.9.24
7+
certifi==2024.2.2
88
# via requests
9-
charset-normalizer==2.1.1
9+
charset-normalizer==3.3.2
1010
# via requests
11-
click==8.1.3
11+
click==8.1.7
1212
# via -r requirements/base.in
13-
distlib==0.3.6
13+
distlib==0.3.8
1414
# via virtualenv
15-
filelock==3.8.0
15+
filelock==3.13.3
1616
# via virtualenv
17-
gitdb==4.0.9
17+
gitdb==4.0.11
1818
# via gitpython
19-
gitpython==3.1.27
19+
gitpython==3.1.43
2020
# via -r requirements/base.in
21-
idna==3.4
21+
idna==3.6
2222
# via requests
23-
jinja2==3.1.2
23+
jinja2==3.1.3
2424
# via -r requirements/base.in
25-
markupsafe==2.1.1
25+
markupsafe==2.1.5
2626
# via jinja2
27-
platformdirs==2.5.2
27+
platformdirs==4.2.0
2828
# via virtualenv
29-
pyyaml==6.0
29+
pyyaml==6.0.1
3030
# via -r requirements/base.in
31-
requests==2.28.1
31+
requests==2.31.0
3232
# via -r requirements/base.in
33-
smmap==5.0.0
33+
smmap==5.0.1
3434
# via gitdb
35-
urllib3==1.26.12
35+
urllib3==2.2.1
3636
# via requests
37-
virtualenv==20.16.5
37+
virtualenv==20.25.1
3838
# via -r requirements/base.in

requirements/dev.txt

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,95 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# make upgrade
66
#
77
astroid==2.11.7
88
# via pylint
9-
attrs==22.1.0
10-
# via pytest
11-
certifi==2022.9.24
9+
certifi==2024.2.2
1210
# via
1311
# -r requirements/base.txt
1412
# requests
15-
charset-normalizer==2.1.1
13+
charset-normalizer==3.3.2
1614
# via
1715
# -r requirements/base.txt
1816
# requests
19-
click==8.1.3
17+
click==8.1.7
2018
# via -r requirements/base.txt
21-
coverage==6.5.0
19+
coverage==7.4.4
2220
# via -r requirements/dev.in
23-
dill==0.3.5.1
21+
dill==0.3.8
2422
# via pylint
25-
distlib==0.3.6
23+
distlib==0.3.8
2624
# via
2725
# -r requirements/base.txt
2826
# virtualenv
29-
filelock==3.8.0
27+
exceptiongroup==1.2.0
28+
# via pytest
29+
filelock==3.13.3
3030
# via
3131
# -r requirements/base.txt
3232
# virtualenv
33-
gitdb==4.0.9
33+
gitdb==4.0.11
3434
# via
3535
# -r requirements/base.txt
3636
# gitpython
37-
gitpython==3.1.27
37+
gitpython==3.1.43
3838
# via -r requirements/base.txt
39-
idna==3.4
39+
idna==3.6
4040
# via
4141
# -r requirements/base.txt
4242
# requests
43-
iniconfig==1.1.1
43+
iniconfig==2.0.0
4444
# via pytest
45-
isort==5.10.1
45+
isort==5.13.2
4646
# via pylint
47-
jedi==0.18.1
47+
jedi==0.19.1
4848
# via pudb
49-
jinja2==3.1.2
49+
jinja2==3.1.3
5050
# via -r requirements/base.txt
51-
lazy-object-proxy==1.7.1
51+
lazy-object-proxy==1.10.0
5252
# via astroid
53-
markupsafe==2.1.1
53+
markupsafe==2.1.5
5454
# via
5555
# -r requirements/base.txt
5656
# jinja2
5757
mccabe==0.7.0
5858
# via pylint
59-
packaging==21.3
59+
packaging==24.0
6060
# via
6161
# pudb
6262
# pytest
6363
parso==0.8.3
6464
# via jedi
65-
platformdirs==2.5.2
65+
platformdirs==4.2.0
6666
# via
6767
# -r requirements/base.txt
6868
# pylint
6969
# virtualenv
70-
pluggy==1.0.0
70+
pluggy==1.4.0
7171
# via pytest
72-
pudb==2022.1.2
72+
pudb==2024.1
7373
# via -r requirements/dev.in
74-
py==1.11.0
75-
# via pytest
76-
pycodestyle==2.9.1
74+
pycodestyle==2.11.1
7775
# via -r requirements/dev.in
78-
pydocstyle==6.1.1
76+
pydocstyle==6.3.0
7977
# via -r requirements/dev.in
80-
pygments==2.13.0
78+
pygments==2.17.2
8179
# via pudb
8280
pylint==2.14.5
8381
# via
8482
# -c requirements/constraints.txt
8583
# -r requirements/dev.in
86-
pyparsing==3.0.9
87-
# via packaging
88-
pytest==7.1.3
84+
pytest==8.1.1
8985
# via -r requirements/dev.in
90-
pyyaml==6.0
86+
pyyaml==6.0.1
9187
# via -r requirements/base.txt
92-
requests==2.28.1
88+
requests==2.31.0
9389
# via
9490
# -r requirements/base.txt
9591
# -r requirements/dev.in
96-
smmap==5.0.0
92+
smmap==5.0.1
9793
# via
9894
# -r requirements/base.txt
9995
# gitdb
@@ -103,21 +99,25 @@ tomli==2.0.1
10399
# via
104100
# pylint
105101
# pytest
106-
tomlkit==0.11.5
102+
tomlkit==0.12.4
107103
# via pylint
108-
urllib3==1.26.12
104+
typing-extensions==4.10.0
105+
# via urwid
106+
urllib3==2.2.1
109107
# via
110108
# -r requirements/base.txt
111109
# requests
112-
urwid==2.1.2
110+
urwid==2.6.10
113111
# via
114112
# pudb
115113
# urwid-readline
116-
urwid-readline==0.13
114+
urwid-readline==0.14
117115
# via pudb
118-
virtualenv==20.16.5
116+
virtualenv==20.25.1
119117
# via -r requirements/base.txt
120-
wrapt==1.14.1
118+
wcwidth==0.2.13
119+
# via urwid
120+
wrapt==1.16.0
121121
# via astroid
122122

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

requirements/doc.txt

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# make upgrade
66
#
7-
alabaster==0.7.12
7+
alabaster==0.7.16
88
# via sphinx
9-
babel==2.10.3
9+
babel==2.14.0
1010
# via sphinx
11-
beautifulsoup4==4.11.1
11+
beautifulsoup4==4.12.3
1212
# via pydata-sphinx-theme
13-
certifi==2022.9.24
13+
certifi==2024.2.2
1414
# via requests
15-
charset-normalizer==2.1.1
15+
charset-normalizer==3.3.2
1616
# via requests
1717
commonmark==0.9.1
1818
# via recommonmark
@@ -22,37 +22,33 @@ docutils==0.17.1
2222
# recommonmark
2323
# sphinx
2424
# sphinx-panels
25-
idna==3.4
25+
idna==3.6
2626
# via requests
2727
imagesize==1.4.1
2828
# via sphinx
29-
jinja2==3.1.2
29+
jinja2==3.1.3
3030
# via sphinx
31-
markupsafe==2.1.1
31+
markupsafe==2.1.5
3232
# via jinja2
33-
packaging==21.3
33+
packaging==24.0
3434
# via
3535
# pydata-sphinx-theme
3636
# sphinx
3737
pydata-sphinx-theme==0.8.1
3838
# via sphinx-book-theme
39-
pygments==2.13.0
39+
pygments==2.17.2
4040
# via sphinx
41-
pyparsing==3.0.9
42-
# via packaging
43-
pytz==2022.4
44-
# via babel
45-
pyyaml==6.0
41+
pyyaml==6.0.1
4642
# via sphinx-book-theme
4743
recommonmark==0.6.0
4844
# via -r requirements/doc.in
49-
requests==2.28.1
45+
requests==2.31.0
5046
# via
5147
# sphinx
5248
# sphinxcontrib-images
5349
snowballstemmer==2.2.0
5450
# via sphinx
55-
soupsieve==2.3.2.post1
51+
soupsieve==2.5
5652
# via beautifulsoup4
5753
sphinx==4.2.0
5854
# via
@@ -71,27 +67,27 @@ sphinx-copybutton==0.5.0
7167
# via -r requirements/doc.in
7268
sphinx-panels==0.6.0
7369
# via -r requirements/doc.in
74-
sphinxcontrib-applehelp==1.0.2
70+
sphinxcontrib-applehelp==1.0.8
7571
# via sphinx
7672
sphinxcontrib-contentui==0.2.5
7773
# via -r requirements/doc.in
78-
sphinxcontrib-devhelp==1.0.2
74+
sphinxcontrib-devhelp==1.0.6
7975
# via sphinx
80-
sphinxcontrib-htmlhelp==2.0.0
76+
sphinxcontrib-htmlhelp==2.0.5
8177
# via sphinx
8278
sphinxcontrib-images==0.9.4
8379
# via -r requirements/doc.in
8480
sphinxcontrib-jsmath==1.0.1
8581
# via sphinx
8682
sphinxcontrib-mermaid==0.7.1
8783
# via -r requirements/doc.in
88-
sphinxcontrib-qthelp==1.0.3
84+
sphinxcontrib-qthelp==1.0.7
8985
# via sphinx
90-
sphinxcontrib-serializinghtml==1.1.5
86+
sphinxcontrib-serializinghtml==1.1.10
9187
# via sphinx
9288
sphinxcontrib-yt==0.2.2
9389
# via -r requirements/doc.in
94-
urllib3==1.26.12
90+
urllib3==2.2.1
9591
# via requests
9692

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

requirements/pip-tools.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# make upgrade
66
#
7-
build==0.8.0
7+
build==1.2.1
88
# via pip-tools
9-
click==8.1.3
9+
click==8.1.7
1010
# via pip-tools
11-
packaging==21.3
11+
packaging==24.0
1212
# via build
13-
pep517==0.13.0
14-
# via build
15-
pip-tools==6.8.0
13+
pip-tools==7.4.1
1614
# via -r requirements/pip-tools.in
17-
pyparsing==3.0.9
18-
# via packaging
15+
pyproject-hooks==1.0.0
16+
# via
17+
# build
18+
# pip-tools
1919
tomli==2.0.1
2020
# via
2121
# build
22-
# pep517
23-
wheel==0.37.1
22+
# pip-tools
23+
# pyproject-hooks
24+
wheel==0.43.0
2425
# via pip-tools
2526

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

requirements/pip.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# make upgrade
66
#
7-
wheel==0.37.1
7+
wheel==0.43.0
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==22.2.2
11+
pip==24.0
1212
# via -r requirements/pip.in
13-
setuptools==65.4.1
13+
setuptools==69.2.0
1414
# via -r requirements/pip.in

0 commit comments

Comments
 (0)