File tree Expand file tree Collapse file tree 5 files changed +48
-45
lines changed Expand file tree Collapse file tree 5 files changed +48
-45
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --no-annotate --resolver=backtracking setup.py
6
6
#
7
- certifi == 2022.12 .7
8
- typing-extensions == 4.4.0
7
+ certifi == 2023.5 .7
8
+ typing-extensions == 4.6.2
Original file line number Diff line number Diff line change 6
6
#
7
7
build==0.10.0
8
8
click==8.1.3
9
- cython==0.29.33
9
+ cython==0.29.35
10
10
delocate==0.10.4 ; sys_platform == "darwin"
11
- importlib-metadata==6.0 .0
12
- packaging==23.0
13
- pip-tools==6.12.1
11
+ importlib-metadata==6.6 .0
12
+ packaging==23.1
13
+ pip-tools==6.13.0
14
14
pyproject-hooks==1.0.0
15
15
tomli==2.0.1
16
- typing-extensions==4.4.0
17
- wheel==0.38.4
18
- zipp==3.11 .0
16
+ typing-extensions==4.6.2
17
+ wheel==0.40.0
18
+ zipp==3.15 .0
19
19
20
20
# The following packages are considered to be unsafe in a requirements file:
21
21
# pip
Original file line number Diff line number Diff line change 5
5
# pip-compile --no-annotate --resolver=backtracking requirements/docs.in
6
6
#
7
7
alabaster==0.7.13
8
- babel==2.11.0
9
- certifi==2022.12 .7
10
- charset-normalizer==3.0.1
11
- docutils==0.17 .1
8
+ babel==2.12.1
9
+ certifi==2023.5 .7
10
+ charset-normalizer==3.1.0
11
+ docutils==0.18 .1
12
12
idna==3.4
13
13
imagesize==1.4.1
14
+ importlib-metadata==6.6.0
14
15
jinja2==3.1.2
15
- markupsafe==2.1.1
16
- packaging==23.0
17
- pygments==2.14.0
18
- pytz==2022.7.1
16
+ markupsafe==2.1.2
17
+ packaging==23.1
18
+ pygments==2.15.1
19
+ pytz==2023.3
19
20
requests==2.31.0
20
21
snowballstemmer==2.2.0
21
22
sphinx==5.3.0
22
- sphinx-rtd-theme==1.1 .1
23
+ sphinx-rtd-theme==1.2 .1
23
24
sphinxcontrib-applehelp==1.0.2
24
25
sphinxcontrib-devhelp==1.0.2
25
26
sphinxcontrib-htmlhelp==2.0.0
27
+ sphinxcontrib-jquery==4.1
26
28
sphinxcontrib-jsmath==1.0.1
27
29
sphinxcontrib-qthelp==1.0.3
28
30
sphinxcontrib-serializinghtml==1.1.5
29
- urllib3==1.26.14
31
+ typing-extensions==4.6.2
32
+ urllib3==2.0.2
33
+ zipp==3.15.0
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --no-annotate --resolver=backtracking requirements/tests.in
6
6
#
7
- astroid==2.13.2
8
- attrs==22.2.0
9
- bleach==5.0.1
7
+ astroid==2.15.5
8
+ bleach==6.0.0
10
9
cfgv==3.3.1
11
- coverage[toml]==7.0.5
12
- cython==0.29.33
10
+ coverage[toml]==7.2.6
11
+ cython==0.29.35
13
12
dill==0.3.6
14
13
distlib==0.3.6
15
- docutils==0.19
16
- exceptiongroup==1.1.0
17
- filelock==3.9 .0
18
- identify==2.5.13
19
- importlib-metadata==6.0 .0
14
+ docutils==0.20.1
15
+ exceptiongroup==1.1.1
16
+ filelock==3.12 .0
17
+ identify==2.5.24
18
+ importlib-metadata==6.6 .0
20
19
iniconfig==2.0.0
21
- isort==5.11.4
20
+ isort==5.11.5
22
21
lazy-object-proxy==1.9.0
23
22
mccabe==0.7.0
24
- nodeenv==1.7 .0
25
- packaging==23.0
26
- platformdirs==2.6.2
23
+ nodeenv==1.8 .0
24
+ packaging==23.1
25
+ platformdirs==3.5.1
27
26
pluggy==1.0.0
28
27
pre-commit==2.21.0
29
- pygments==2.14.0
30
- pylint==2.15.10
28
+ pygments==2.15.1
29
+ pylint==2.17.4
31
30
pylint-per-file-ignores==1.0.0
32
- pytest==7.2 .1
33
- pytest-cov==4.0 .0
31
+ pytest==7.3 .1
32
+ pytest-cov==4.1 .0
34
33
pytest-repeat==0.9.1
35
34
pytest-timeout==2.1.0
36
35
pyyaml==6.0
37
36
readme-renderer==37.3
38
37
six==1.16.0
39
38
tomli==2.0.1
40
- tomlkit==0.11.6
39
+ tomlkit==0.11.8
41
40
typed-ast==1.5.4
42
- typing-extensions==4.4.0
43
- virtualenv==20.17.1
41
+ typing-extensions==4.6.2
42
+ virtualenv==20.23.0
44
43
webencodings==0.5.1
45
- wrapt==1.14.1
46
- zipp==3.11 .0
44
+ wrapt==1.15.0
45
+ zipp==3.15 .0
47
46
48
47
# The following packages are considered to be unsafe in a requirements file:
49
48
# setuptools
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --no-annotate --resolver=backtracking requirements/typing.in
6
6
#
7
- mypy==0.991
8
- mypy-extensions==0.4.3
7
+ mypy==1.3.0
8
+ mypy-extensions==1.0.0
9
9
tomli==2.0.1
10
10
typed-ast==1.5.4
11
- typing-extensions==4.4.0
11
+ typing-extensions==4.6.2
You can’t perform that action at this time.
0 commit comments