File tree 6 files changed +33
-43
lines changed
6 files changed +33
-43
lines changed Original file line number Diff line number Diff line change 9
9
project = 'graphql_query'
10
10
copyright = '2022-2023, Denis A. Artyushin'
11
11
author = 'Denis A. Artyushin'
12
- version = '1.1.0 '
12
+ version = '1.1.1 '
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1
- __version__ = "1.1.0 "
1
+ __version__ = "1.1.1 "
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --extra=dev --output-file=requirements/requirements-dev.txt --resolver=backtracking pyproject.toml
6
6
#
7
- astroid == 2.15.0
7
+ astroid == 2.15.5
8
8
# via pylint
9
- black == 23.1 .0
9
+ black == 23.3 .0
10
10
# via graphql_query (pyproject.toml)
11
11
click == 8.1.3
12
12
# via black
13
13
dill == 0.3.6
14
14
# via pylint
15
- graphql-core == 3.2.3
16
- # via graphql_query (pyproject.toml)
17
15
isort == 5.12.0
18
16
# via pylint
19
17
jinja2 == 3.1.2
@@ -24,42 +22,42 @@ markupsafe==2.1.2
24
22
# via jinja2
25
23
mccabe == 0.7.0
26
24
# via pylint
27
- mypy == 1.1.1
25
+ mypy == 1.3.0
28
26
# via graphql_query (pyproject.toml)
29
27
mypy-extensions == 1.0.0
30
28
# via
31
29
# black
32
30
# mypy
33
- packaging == 23.0
31
+ packaging == 23.1
34
32
# via black
35
33
pathspec == 0.11.1
36
34
# via black
37
- platformdirs == 3.1 .1
35
+ platformdirs == 3.5 .1
38
36
# via
39
37
# black
40
38
# pylint
41
- pydantic == 1.10.6
39
+ pydantic == 1.10.8
42
40
# via
43
41
# graphql_query (pyproject.toml)
44
42
# pylint-pydantic
45
- pylint == 2.17.0
43
+ pylint == 2.17.4
46
44
# via
47
45
# pylint-plugin-utils
48
46
# pylint-pydantic
49
- pylint-plugin-utils == 0.7
47
+ pylint-plugin-utils == 0.8.2
50
48
# via pylint-pydantic
51
49
pylint-pydantic == 0.1.8
52
50
# via graphql_query (pyproject.toml)
53
- ruff == 0.0.257
51
+ ruff == 0.0.270
54
52
# via graphql_query (pyproject.toml)
55
53
tomli == 2.0.1
56
54
# via
57
55
# black
58
56
# mypy
59
57
# pylint
60
- tomlkit == 0.11.6
58
+ tomlkit == 0.11.8
61
59
# via pylint
62
- typing-extensions == 4.5.0
60
+ typing-extensions == 4.6.2
63
61
# via
64
62
# astroid
65
63
# mypy
Original file line number Diff line number Diff line change @@ -8,22 +8,20 @@ alabaster==0.7.13
8
8
# via sphinx
9
9
babel==2.12.1
10
10
# via sphinx
11
- certifi==2022.12 .7
11
+ certifi==2023.5 .7
12
12
# via requests
13
13
cffi==1.15.1
14
14
# via cryptography
15
15
charset-normalizer==3.1.0
16
16
# via requests
17
- cryptography==39 .0.2
17
+ cryptography==41 .0.0
18
18
# via pyjwt
19
19
docutils==0.18.1
20
20
# via
21
21
# sphinx
22
22
# sphinx-rtd-theme
23
- github3-py==3.2.0
23
+ github3-py==4.0.1
24
24
# via sphinxcontrib-github
25
- graphql-core==3.2.3
26
- # via graphql_query (pyproject.toml)
27
25
idna==3.4
28
26
# via requests
29
27
imagesize==1.4.1
@@ -34,27 +32,27 @@ jinja2==3.1.2
34
32
# sphinx
35
33
markupsafe==2.1.2
36
34
# via jinja2
37
- packaging==23.0
35
+ packaging==23.1
38
36
# via sphinx
39
37
pycparser==2.21
40
38
# via cffi
41
- pydantic==1.10.6
39
+ pydantic==1.10.8
42
40
# via graphql_query (pyproject.toml)
43
- pygments==2.14.0
41
+ pygments==2.15.1
44
42
# via sphinx
45
- pyjwt[crypto]==2.6 .0
43
+ pyjwt[crypto]==2.7 .0
46
44
# via github3-py
47
45
python-dateutil==2.8.2
48
46
# via github3-py
49
- requests==2.28.2
47
+ requests==2.31.0
50
48
# via
51
49
# github3-py
52
50
# sphinx
53
51
six==1.16.0
54
52
# via python-dateutil
55
53
snowballstemmer==2.2.0
56
54
# via sphinx
57
- sphinx==6.1.3
55
+ sphinx==6.2.1
58
56
# via
59
57
# graphql_query (pyproject.toml)
60
58
# sphinx-argparse
@@ -63,7 +61,7 @@ sphinx==6.1.3
63
61
# sphinxcontrib-jquery
64
62
sphinx-argparse==0.4.0
65
63
# via graphql_query (pyproject.toml)
66
- sphinx-rtd-theme==1.2.0
64
+ sphinx-rtd-theme==1.2.1
67
65
# via graphql_query (pyproject.toml)
68
66
sphinxcontrib-applehelp==1.0.4
69
67
# via sphinx
@@ -81,9 +79,9 @@ sphinxcontrib-qthelp==1.0.3
81
79
# via sphinx
82
80
sphinxcontrib-serializinghtml==1.1.5
83
81
# via sphinx
84
- typing-extensions==4.5.0
82
+ typing-extensions==4.6.2
85
83
# via pydantic
86
84
uritemplate==4.1.1
87
85
# via github3-py
88
- urllib3==1.26.15
86
+ urllib3==2.0.2
89
87
# via requests
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --extra=test --output-file=requirements/requirements-test.txt --resolver=backtracking pyproject.toml
6
6
#
7
- attrs==22.2.0
8
- # via pytest
9
- coverage[toml]==7.2.2
7
+ coverage[toml]==7.2.7
10
8
# via pytest-cov
11
9
exceptiongroup==1.1.1
12
10
# via pytest
13
- graphql-core==3.2.3
14
- # via graphql_query (pyproject.toml)
15
11
iniconfig==2.0.0
16
12
# via pytest
17
13
jinja2==3.1.2
18
14
# via graphql_query (pyproject.toml)
19
15
markupsafe==2.1.2
20
16
# via jinja2
21
- packaging==23.0
17
+ packaging==23.1
22
18
# via pytest
23
19
pluggy==1.0.0
24
20
# via pytest
25
- pydantic==1.10.6
21
+ pydantic==1.10.8
26
22
# via graphql_query (pyproject.toml)
27
- pytest==7.2.2
23
+ pytest==7.3.1
28
24
# via
29
25
# graphql_query (pyproject.toml)
30
26
# pytest-cov
31
27
# pytest-mock
32
- pytest-cov==4.0 .0
28
+ pytest-cov==4.1 .0
33
29
# via graphql_query (pyproject.toml)
34
30
pytest-mock==3.10.0
35
31
# via graphql_query (pyproject.toml)
36
32
tomli==2.0.1
37
33
# via
38
34
# coverage
39
35
# pytest
40
- typing-extensions==4.5.0
36
+ typing-extensions==4.6.2
41
37
# via pydantic
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file=requirements/requirements.txt --resolver=backtracking pyproject.toml
6
6
#
7
- graphql-core == 3.2.3
8
- # via graphql_query (pyproject.toml)
9
7
jinja2 == 3.1.2
10
8
# via graphql_query (pyproject.toml)
11
9
markupsafe == 2.1.2
12
10
# via jinja2
13
- pydantic == 1.10.6
11
+ pydantic == 1.10.8
14
12
# via graphql_query (pyproject.toml)
15
- typing-extensions == 4.5.0
13
+ typing-extensions == 4.6.2
16
14
# via pydantic
You can’t perform that action at this time.
0 commit comments