Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix_circular_import_i…
Browse files Browse the repository at this point in the history
…ssue
  • Loading branch information
lord-haffi committed Jul 30, 2024
2 parents 8a18189 + f8ec004 commit 7302441
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-linting.in
#
astroid==3.2.2
astroid==3.2.4
# via pylint
dill==0.3.7
# via pylint
Expand All @@ -14,7 +14,7 @@ mccabe==0.7.0
# via pylint
platformdirs==3.11.0
# via pylint
pylint==3.2.5
pylint==3.2.6
# via -r dev_requirements/requirements-linting.in
tomlkit==0.12.2
# via pylint
2 changes: 1 addition & 1 deletion dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ packaging==23.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.2
pytest==8.3.2
# via -r dev_requirements/requirements-tests.in
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.10.1
mypy==1.11.0
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies = [
dynamic = ["readme", "version"]

[project.urls]
Changelog = "https://github.com/Hochfrequenz/python_template_repository/releases"
Homepage = "https://github.com/Hochfrequenz/python_template_repository"
Changelog = "https://github.com/bo4e/bo4e-python-generator/releases"
Homepage = "https://github.com/bo4e/bo4e-python-generator"

[project.scripts]
bo4e-generator = "bo4e_generator.__main__:main"
Expand Down

0 comments on commit 7302441

Please sign in to comment.