Sfoglia il codice sorgente

Merge pull request #452 from Kosmorro/dependabot/pip/master/pytz-2026.1.post1

pull/453/head
Deuchnord 5 giorni fa
committed by GitHub
parent
commit
4624af4a08
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
2 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. +4
    -4
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 4
- 4
poetry.lock Vedi File

@@ -424,14 +424,14 @@ dev = ["black", "build", "mypy", "pytest", "pytest-cov", "setuptools", "tox", "t

[[package]]
name = "pytz"
version = "2025.2"
version = "2026.1.post1"
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
groups = ["main"]
files = [
{file = "pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"},
{file = "pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"},
{file = "pytz-2026.1.post1-py2.py3-none-any.whl", hash = "sha256:f2fd16142fda348286a75e1a524be810bb05d444e5a081f37f7affc635035f7a"},
{file = "pytz-2026.1.post1.tar.gz", hash = "sha256:3378dde6a0c3d26719182142c56e60c7f9af7e968076f31aae569d72a0358ee1"},
]

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

+ 1
- 1
pyproject.toml Vedi File

@@ -21,7 +21,7 @@ termcolor = "^3.0"
kosmorrolib = "^1.0"
python-dateutil = "^2.8"
Babel = "^2.9"
pytz = "^2025.2"
pytz = ">=2025.2,<2027.0"
argcomplete = "^3.6.2"

[tool.poetry.group.dev.dependencies]


Caricamento…
Annulla
Salva