Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/update metainfo #34

Merged
merged 5 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update requirements
  • Loading branch information
denisart committed Feb 19, 2024
commit 0862b7d1855cd680212da3787e500a1a7cb0a367
42 changes: 11 additions & 31 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,25 @@
#
# pip-compile --extra=dev --output-file=requirements/requirements-dev.txt pyproject.toml
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via pydantic
astroid==3.0.2
astroid==3.0.3
# via pylint
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
black==23.12.0
black==24.2.0
# via graphql_query (pyproject.toml)
click==8.1.7
# via black
dill==0.3.7
dill==0.3.8
# via pylint
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
idna==3.6
# via yarl
isort==5.13.2
# via pylint
jinja2==3.1.2
jinja2==3.1.3
# via graphql_query (pyproject.toml)
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
multidict==6.0.4
# via
# aiohttp
# yarl
mypy==1.7.1
mypy==1.8.0
# via graphql_query (pyproject.toml)
mypy-extensions==1.0.0
# via
Expand All @@ -50,25 +32,25 @@ packaging==23.2
# via black
pathspec==0.12.1
# via black
platformdirs==4.1.0
platformdirs==4.2.0
# via
# black
# pylint
pydantic==2.5.2
pydantic==2.6.1
# via
# graphql_query (pyproject.toml)
# pylint-pydantic
pydantic-core==2.14.5
pydantic-core==2.16.2
# via pydantic
pylint==3.0.3
# via
# pylint-plugin-utils
# pylint-pydantic
pylint-plugin-utils==0.8.2
# via pylint-pydantic
pylint-pydantic==0.3.1
pylint-pydantic==0.3.2
# via graphql_query (pyproject.toml)
ruff==0.1.8
ruff==0.2.2
# via graphql_query (pyproject.toml)
tomli==2.0.1
# via
Expand All @@ -86,5 +68,3 @@ typing-extensions==4.9.0
# pydantic-core
wheel==0.42.0
# via graphql_query (pyproject.toml)
yarl==1.9.4
# via aiohttp
24 changes: 12 additions & 12 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.6.0
# via pydantic
babel==2.14.0
# via mkdocs-material
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -20,17 +20,17 @@ ghp-import==2.1.0
# via mkdocs
idna==3.6
# via requests
jinja2==3.1.2
jinja2==3.1.3
# via
# graphql_query (pyproject.toml)
# mkdocs
# mkdocs-material
markdown==3.5.1
markdown==3.5.2
# via
# mkdocs
# mkdocs-material
# pymdown-extensions
markupsafe==2.1.3
markupsafe==2.1.5
# via
# jinja2
# mkdocs
Expand All @@ -40,7 +40,7 @@ mkdocs==1.5.3
# via
# graphql_query (pyproject.toml)
# mkdocs-material
mkdocs-material==9.5.2
mkdocs-material==9.5.10
# via graphql_query (pyproject.toml)
mkdocs-material-extensions==1.3.1
# via mkdocs-material
Expand All @@ -50,15 +50,15 @@ paginate==0.5.6
# via mkdocs-material
pathspec==0.12.1
# via mkdocs
platformdirs==4.1.0
platformdirs==4.2.0
# via mkdocs
pydantic==2.5.2
pydantic==2.6.1
# via graphql_query (pyproject.toml)
pydantic-core==2.14.5
pydantic-core==2.16.2
# via pydantic
pygments==2.17.2
# via mkdocs-material
pymdown-extensions==10.5
pymdown-extensions==10.7
# via mkdocs-material
python-dateutil==2.8.2
# via ghp-import
Expand All @@ -69,7 +69,7 @@ pyyaml==6.0.1
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
regex==2023.10.3
regex==2023.12.25
# via mkdocs-material
requests==2.31.0
# via mkdocs-material
Expand All @@ -79,7 +79,7 @@ typing-extensions==4.9.0
# via
# pydantic
# pydantic-core
urllib3==2.1.0
urllib3==2.2.1
# via requests
watchdog==3.0.0
watchdog==4.0.0
# via mkdocs
14 changes: 7 additions & 7 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
#
annotated-types==0.6.0
# via pydantic
coverage[toml]==7.3.3
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via graphql_query (pyproject.toml)
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pydantic==2.5.2
pydantic==2.6.1
# via graphql_query (pyproject.toml)
pydantic-core==2.14.5
pydantic-core==2.16.2
# via pydantic
pytest==7.4.3
pytest==8.0.1
# via
# graphql_query (pyproject.toml)
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
annotated-types==0.6.0
# via pydantic
jinja2==3.1.2
jinja2==3.1.3
# via graphql_query (pyproject.toml)
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
pydantic==2.5.2
pydantic==2.6.1
# via graphql_query (pyproject.toml)
pydantic-core==2.14.5
pydantic-core==2.16.2
# via pydantic
typing-extensions==4.9.0
# via
Expand Down