Skip to content

Commit

Permalink
chore(deps-dev): bump black from 23.12.1 to 24.1.0 (#113)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump black from 23.12.1 to 24.1.0

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: reformat files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas <lucas.bickel@adfinis.com>
  • Loading branch information
dependabot[bot] and hairmare committed Jan 26, 2024
1 parent b6cfca1 commit 907d239
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
1 change: 1 addition & 0 deletions pathfinder/operators/sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
https://docs.telosalliance.com/pathfinder-core-pro/pathfindercore-pro/appendix-a-sapv2#subscription-examples
"""

from typing import NoReturn

from pathfinder.operators.base import BaseOperator
Expand Down
1 change: 0 additions & 1 deletion pathfinder/telnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
>>> tc.disconnect()
"""


import logging
import telnetlib

Expand Down
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = "^3.11"
parsy = "^2.1"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
black = ">=23.3,<25.0"
pytest = "^7.3.2"
pytest-cov = "^4.0.0"
pytest-random-order = "^1.1.0"
Expand Down

0 comments on commit 907d239

Please sign in to comment.