Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/mypy-1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jan 23, 2024
2 parents c0068e6 + bbf64dd commit f44cb8c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile requirements-coverage.in
#
coverage==7.3.2
coverage==7.4.0
# via -r dev_requirements/requirements-coverage.in
4 changes: 2 additions & 2 deletions dev_requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
markupsafe==2.1.2
# via jinja2
Expand Down Expand Up @@ -54,5 +54,5 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
urllib3==1.26.17
urllib3==1.26.18
# via requests
2 changes: 1 addition & 1 deletion dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==23.12.1
# via -r dev_requirements/requirements-formatting.in
click==8.1.7
# via black
isort==5.12.0
isort==5.13.2
# via -r dev_requirements/requirements-formatting.in
mypy-extensions==1.0.0
# via black
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/requirements-integration_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packaging==23.0
# via pytest
pluggy==1.0.0
# via pytest
pytest==7.4.2
pytest==7.4.4
# via
# -r dev_requirements/requirements-integration_tests.in
# pytest-datafiles
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.0.1
# via pylint
dill==0.3.7
# via pylint
isort==5.12.0
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
Expand Down
10 changes: 5 additions & 5 deletions dev_requirements/requirements-test_packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
bleach==6.0.0
# via readme-renderer
build==1.0.3
# via -r requirements-test_packaging.in
# via -r dev_requirements/requirements-test_packaging.in
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
cryptography==41.0.4
cryptography==41.0.6
# via secretstorage
docutils==0.19
# via readme-renderer
Expand All @@ -36,7 +36,7 @@ markdown-it-py==2.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
packaging==23.0
# via build
Expand Down Expand Up @@ -67,8 +67,8 @@ secretstorage==3.3.3
six==1.16.0
# via bleach
twine==4.0.2
# via -r requirements-test_packaging.in
urllib3==1.26.17
# via -r dev_requirements/requirements-test_packaging.in
urllib3==1.26.18
# via
# requests
# twine
Expand Down
6 changes: 3 additions & 3 deletions dev_requirements/requirements-unit_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
#
iniconfig==2.0.0
# via pytest
jsonpath-ng==1.6.0
jsonpath-ng==1.6.1
# via -r dev_requirements/requirements-unit_tests.in
packaging==23.0
# via pytest
pluggy==1.0.0
# via pytest
ply==3.11
# via jsonpath-ng
pytest==7.4.2
pytest==7.4.4
# via
# -r dev_requirements/requirements-unit_tests.in
# pytest-asyncio
# pytest-datafiles
pytest-asyncio==0.21.1
pytest-asyncio==0.23.3
# via -r dev_requirements/requirements-unit_tests.in
pytest-datafiles==3.0.0
# via -r dev_requirements/requirements-unit_tests.in
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile requirements.in
#
attrs==23.1.0
attrs==23.2.0
# via -r requirements.in
click==8.1.7
# via -r requirements.in
lark==1.1.8
# via -r requirements.in
lxml==4.9.3
lxml==5.1.0
# via -r requirements.in
marshmallow==3.20.1
marshmallow==3.20.2
# via -r requirements.in
more-itertools==10.1.0
more-itertools==10.2.0
# via -r requirements.in
packaging==23.0
# via marshmallow
Expand Down

0 comments on commit f44cb8c

Please sign in to comment.