Quellcode durchsuchen

chore(deps-dev): update black requirement from ^22.1 to ^23.1 (#60)

Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.1.0...23.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tags/v1.0.8
dependabot[bot] vor 1 Jahr
committed by GitHub
Ursprung
Commit
04fbd965af
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml Datei anzeigen

@@ -25,7 +25,7 @@ skyfield-data = ">=3,<5"
python-dateutil = "^2.8"

[tool.poetry.dev-dependencies]
black = "^22.1"
black = "^23.1"
parameterized = "^0.8.1"
coverage = "^6.1.2"
coveralls = "^3.3.1"


Laden…
Abbrechen
Speichern