Skip to content

Commit

Permalink
release: Fix problem for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denisart committed May 31, 2023
1 parent 71e9a5d commit 4a957d9
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 43 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'graphql_query'
copyright = '2022-2023, Denis A. Artyushin'
author = 'Denis A. Artyushin'
version = '1.1.0'
version = '1.1.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion graphql_query/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
24 changes: 11 additions & 13 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
#
# pip-compile --extra=dev --output-file=requirements/requirements-dev.txt --resolver=backtracking pyproject.toml
#
astroid==2.15.0
astroid==2.15.5
# via pylint
black==23.1.0
black==23.3.0
# via graphql_query (pyproject.toml)
click==8.1.3
# via black
dill==0.3.6
# via pylint
graphql-core==3.2.3
# via graphql_query (pyproject.toml)
isort==5.12.0
# via pylint
jinja2==3.1.2
Expand All @@ -24,42 +22,42 @@ markupsafe==2.1.2
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.1.1
mypy==1.3.0
# via graphql_query (pyproject.toml)
mypy-extensions==1.0.0
# via
# black
# mypy
packaging==23.0
packaging==23.1
# via black
pathspec==0.11.1
# via black
platformdirs==3.1.1
platformdirs==3.5.1
# via
# black
# pylint
pydantic==1.10.6
pydantic==1.10.8
# via
# graphql_query (pyproject.toml)
# pylint-pydantic
pylint==2.17.0
pylint==2.17.4
# via
# pylint-plugin-utils
# pylint-pydantic
pylint-plugin-utils==0.7
pylint-plugin-utils==0.8.2
# via pylint-pydantic
pylint-pydantic==0.1.8
# via graphql_query (pyproject.toml)
ruff==0.0.257
ruff==0.0.270
# via graphql_query (pyproject.toml)
tomli==2.0.1
# via
# black
# mypy
# pylint
tomlkit==0.11.6
tomlkit==0.11.8
# via pylint
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# astroid
# mypy
Expand Down
26 changes: 12 additions & 14 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,20 @@ alabaster==0.7.13
# via sphinx
babel==2.12.1
# via sphinx
certifi==2022.12.7
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
cryptography==39.0.2
cryptography==41.0.0
# via pyjwt
docutils==0.18.1
# via
# sphinx
# sphinx-rtd-theme
github3-py==3.2.0
github3-py==4.0.1
# via sphinxcontrib-github
graphql-core==3.2.3
# via graphql_query (pyproject.toml)
idna==3.4
# via requests
imagesize==1.4.1
Expand All @@ -34,27 +32,27 @@ jinja2==3.1.2
# sphinx
markupsafe==2.1.2
# via jinja2
packaging==23.0
packaging==23.1
# via sphinx
pycparser==2.21
# via cffi
pydantic==1.10.6
pydantic==1.10.8
# via graphql_query (pyproject.toml)
pygments==2.14.0
pygments==2.15.1
# via sphinx
pyjwt[crypto]==2.6.0
pyjwt[crypto]==2.7.0
# via github3-py
python-dateutil==2.8.2
# via github3-py
requests==2.28.2
requests==2.31.0
# via
# github3-py
# sphinx
six==1.16.0
# via python-dateutil
snowballstemmer==2.2.0
# via sphinx
sphinx==6.1.3
sphinx==6.2.1
# via
# graphql_query (pyproject.toml)
# sphinx-argparse
Expand All @@ -63,7 +61,7 @@ sphinx==6.1.3
# sphinxcontrib-jquery
sphinx-argparse==0.4.0
# via graphql_query (pyproject.toml)
sphinx-rtd-theme==1.2.0
sphinx-rtd-theme==1.2.1
# via graphql_query (pyproject.toml)
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand All @@ -81,9 +79,9 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.5.0
typing-extensions==4.6.2
# via pydantic
uritemplate==4.1.1
# via github3-py
urllib3==1.26.15
urllib3==2.0.2
# via requests
16 changes: 6 additions & 10 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,34 @@
#
# pip-compile --extra=test --output-file=requirements/requirements-test.txt --resolver=backtracking pyproject.toml
#
attrs==22.2.0
# via pytest
coverage[toml]==7.2.2
coverage[toml]==7.2.7
# via pytest-cov
exceptiongroup==1.1.1
# via pytest
graphql-core==3.2.3
# via graphql_query (pyproject.toml)
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via graphql_query (pyproject.toml)
markupsafe==2.1.2
# via jinja2
packaging==23.0
packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
pydantic==1.10.6
pydantic==1.10.8
# via graphql_query (pyproject.toml)
pytest==7.2.2
pytest==7.3.1
# via
# graphql_query (pyproject.toml)
# pytest-cov
# pytest-mock
pytest-cov==4.0.0
pytest-cov==4.1.0
# via graphql_query (pyproject.toml)
pytest-mock==3.10.0
# via graphql_query (pyproject.toml)
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.5.0
typing-extensions==4.6.2
# via pydantic
6 changes: 2 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
#
# pip-compile --output-file=requirements/requirements.txt --resolver=backtracking pyproject.toml
#
graphql-core==3.2.3
# via graphql_query (pyproject.toml)
jinja2==3.1.2
# via graphql_query (pyproject.toml)
markupsafe==2.1.2
# via jinja2
pydantic==1.10.6
pydantic==1.10.8
# via graphql_query (pyproject.toml)
typing-extensions==4.5.0
typing-extensions==4.6.2
# via pydantic

0 comments on commit 4a957d9

Please sign in to comment.