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 Sep 2, 2024
2 parents f8f805e + d810b17 commit ccd95ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mccabe==0.7.0
# via pylint
platformdirs==3.11.0
# via pylint
pylint==3.2.6
pylint==3.2.7
# via -r dev_requirements/requirements-linting.in
tomlkit==0.12.2
# via pylint
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.1
mypy==1.11.2
# 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 @@ -16,10 +16,10 @@ click==8.1.7
# via
# BO4E-Python-Generator (pyproject.toml)
# black
datamodel-code-generator==0.25.9
# via -r requirements.in
colorama==0.4.6
# via click
datamodel-code-generator==0.25.8
# via BO4E-Python-Generator (pyproject.toml)
dnspython==2.4.2
# via email-validator
email-validator==2.0.0.post2
Expand Down

0 comments on commit ccd95ac

Please sign in to comment.