Parcourir la source

chore(deps): bump tabulate from 0.9.0 to 0.10.0

Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.9.0 to 0.10.0.
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG)
- [Commits](https://github.com/astanin/python-tabulate/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: tabulate
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/453/head
dependabot[bot] il y a 5 jours
committed by GitHub
Parent
révision
4173aeecfa
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
2 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. +5
    -5
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 5
- 5
poetry.lock Voir le fichier

@@ -541,14 +541,14 @@ tests = ["mock", "pytest", "skyfield"]

[[package]]
name = "tabulate"
version = "0.9.0"
version = "0.10.0"
description = "Pretty-print tabular data"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"},
{file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"},
{file = "tabulate-0.10.0-py3-none-any.whl", hash = "sha256:f0b0622e567335c8fabaaa659f1b33bcb6ddfe2e496071b743aa113f8774f2d3"},
{file = "tabulate-0.10.0.tar.gz", hash = "sha256:e2cfde8f79420f6deeffdeda9aaec3b6bc5abce947655d17ac662b126e48a60d"},
]

[package.extras]
@@ -572,4 +572,4 @@ tests = ["pytest", "pytest-cov"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12"
content-hash = "91aa4763226952ab9a24d56cac2cd39f867c2405be1ec5ec712e261f460b2257"
content-hash = "961efffd4b8b692c1f6b5ab9a3d1626f9fbeeee7e4868b2d876d324cd60f3f1f"

+ 1
- 1
pyproject.toml Voir le fichier

@@ -16,7 +16,7 @@ kosmorro = 'kosmorro.__main__:main'

[tool.poetry.dependencies]
python = "^3.12"
tabulate = ">=0.8,<0.10"
tabulate = ">=0.8,<0.11"
termcolor = "^3.0"
kosmorrolib = "^1.0"
python-dateutil = "^2.8"


Chargement…
Annuler
Enregistrer