Skip to content

Commit

Permalink
Merge branch 'main' into bumpipoo
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-krechan authored Nov 13, 2023
2 parents b745428 + 675b3e0 commit 6863ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-formatting.in
#
black==23.10.1
black==23.11.0
# via -r dev_requirements/requirements-formatting.in
click==8.1.3
click==8.1.7
# via black
isort==5.12.0
# via -r dev_requirements/requirements-formatting.in
Expand All @@ -18,7 +18,3 @@ pathspec==0.11.0
# via black
platformdirs==3.1.0
# via black
tomli==2.0.1
# via black
typing-extensions==4.8.0
# via black
2 changes: 1 addition & 1 deletion dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-type_check.in
#
mypy==1.6.1
mypy==1.7.0
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argcomplete==3.1.2
# via datamodel-code-generator
attrs==23.1.0
# via jsonschema
black==23.9.1
black==23.11.0
# via datamodel-code-generator
certifi==2023.7.22
# via requests
Expand All @@ -20,7 +20,7 @@ charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
# -r .\requirements.in
# -r requirements.in
# black
colorama==0.4.6
# via click
Expand Down

0 comments on commit 6863ed9

Please sign in to comment.