Skip to content

Commit ae564e7

Browse files
committed
chore: upgrade requirements
1 parent b97c440 commit ae564e7

File tree

3 files changed

+35
-32
lines changed

3 files changed

+35
-32
lines changed

requirements/base.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# pip-compile requirements/base.in
66
#
7-
beautifulsoup4==4.11.1
7+
beautifulsoup4==4.11.2
88
# via -r requirements/base.in
99
html5lib==1.1
1010
# via -r requirements/base.in
11-
lxml==4.9.1
11+
lxml==4.9.2
1212
# via -r requirements/base.in
13-
mypy==0.971
13+
mypy==0.991
1414
# via -r requirements/base.in
1515
mypy-extensions==0.4.3
1616
# via mypy
@@ -20,7 +20,7 @@ soupsieve==2.3.2.post1
2020
# via beautifulsoup4
2121
tomli==2.0.1
2222
# via mypy
23-
typing-extensions==4.3.0
23+
typing-extensions==4.4.0
2424
# via mypy
2525
webencodings==0.5.1
2626
# via html5lib

requirements/dev.txt

+30-28
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# pip-compile requirements/dev.in
66
#
7-
astroid==2.11.7
7+
astroid==2.14.1
88
# via pylint
9-
asttokens==2.0.5
9+
asttokens==2.2.1
1010
# via stack-data
1111
backcall==0.2.0
1212
# via ipython
13-
beautifulsoup4==4.11.1
13+
beautifulsoup4==4.11.2
1414
# via -r requirements/base.txt
15-
black==22.6.0
15+
black==23.1.0
1616
# via -r requirements/dev.in
1717
build==0.10.0
1818
# via pip-tools
@@ -24,60 +24,62 @@ decorator==5.1.1
2424
# via
2525
# ipdb
2626
# ipython
27-
dill==0.3.5.1
27+
dill==0.3.6
2828
# via pylint
29-
executing==0.9.1
29+
executing==1.2.0
3030
# via stack-data
3131
html5lib==1.1
3232
# via -r requirements/base.txt
33-
ipdb==0.13.9
33+
ipdb==0.13.11
3434
# via -r requirements/dev.in
35-
ipython==8.4.0
35+
ipython==8.9.0
3636
# via ipdb
37-
isort==5.10.1
37+
isort==5.12.0
3838
# via pylint
39-
jedi==0.18.1
39+
jedi==0.18.2
4040
# via ipython
41-
lazy-object-proxy==1.7.1
41+
lazy-object-proxy==1.9.0
4242
# via astroid
43-
lxml==4.9.1
43+
lxml==4.9.2
4444
# via -r requirements/base.txt
45-
matplotlib-inline==0.1.3
45+
matplotlib-inline==0.1.6
4646
# via ipython
4747
mccabe==0.7.0
4848
# via pylint
49-
mypy==0.971
49+
mypy==0.991
5050
# via -r requirements/base.txt
5151
mypy-extensions==0.4.3
5252
# via
5353
# -r requirements/base.txt
5454
# black
5555
# mypy
5656
packaging==23.0
57-
# via build
57+
# via
58+
# black
59+
# build
5860
parso==0.8.3
5961
# via jedi
60-
pathspec==0.9.0
62+
pathspec==0.11.0
6163
# via black
6264
pexpect==4.8.0
6365
# via ipython
6466
pickleshare==0.7.5
6567
# via ipython
66-
pip-tools==6.12.1
68+
pip-tools==6.12.2
6769
# via -r requirements/dev.in
68-
platformdirs==2.5.2
70+
platformdirs==2.6.2
6971
# via
7072
# black
7173
# pylint
72-
prompt-toolkit==3.0.30
74+
prompt-toolkit==3.0.36
7375
# via ipython
7476
ptyprocess==0.7.0
7577
# via pexpect
7678
pure-eval==0.2.2
7779
# via stack-data
78-
pygments==2.12.0
80+
pygments==2.14.0
7981
# via ipython
80-
pylint==2.14.5
82+
pylint==2.16.0
8183
# via -r requirements/dev.in
8284
pyproject-hooks==1.0.0
8385
# via build
@@ -89,29 +91,29 @@ soupsieve==2.3.2.post1
8991
# via
9092
# -r requirements/base.txt
9193
# beautifulsoup4
92-
stack-data==0.3.0
94+
stack-data==0.6.2
9395
# via ipython
94-
toml==0.10.2
95-
# via ipdb
9696
tomli==2.0.1
9797
# via
9898
# -r requirements/base.txt
9999
# black
100100
# build
101+
# ipdb
101102
# mypy
102103
# pylint
103104
# pyproject-hooks
104-
tomlkit==0.11.1
105+
tomlkit==0.11.6
105106
# via pylint
106-
traitlets==5.3.0
107+
traitlets==5.9.0
107108
# via
108109
# ipython
109110
# matplotlib-inline
110-
typing-extensions==4.3.0
111+
typing-extensions==4.4.0
111112
# via
112113
# -r requirements/base.txt
114+
# astroid
113115
# mypy
114-
wcwidth==0.2.5
116+
wcwidth==0.2.6
115117
# via prompt-toolkit
116118
webencodings==0.5.1
117119
# via

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def is_requirement(line: str) -> bool:
5252
"Programming Language :: Python :: 3.8",
5353
"Programming Language :: Python :: 3.9",
5454
"Programming Language :: Python :: 3.10",
55+
"Programming Language :: Python :: 3.11",
5556
],
5657
test_suite="tests",
5758
)

0 commit comments

Comments
 (0)