Skip to content

Commit

Permalink
Merge remote-tracking branch 'bo4e/main' into fixes_for_sqlmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDaniel committed Aug 6, 2024
2 parents b1336c2 + 165c87c commit bf55c46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.6.0
coverage==7.6.1
# via -r dev_requirements/requirements-coverage.in
2 changes: 1 addition & 1 deletion dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-formatting.in
#
black==24.4.2
black==24.8.0
# via -r dev_requirements/requirements-formatting.in
click==8.1.7
# via black
Expand Down
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.11.0
mypy==1.11.1
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion 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
autoflake==2.3.1
# via BO4E-Python-Generator (pyproject.toml)
black==24.4.2
black==24.8.0
# via datamodel-code-generator
click==8.1.7
# via
Expand Down

0 comments on commit bf55c46

Please sign in to comment.