Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

pull/468/head
Hosted Weblate 1 hafta önce
ebeveyn
işleme
d5469a3d0a
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A3FAAA06E6569B4C
6 değiştirilmiş dosya ile 10 ekleme ve 10 silme
  1. +2
    -2
      .github/workflows/black.yml
  2. +1
    -1
      .github/workflows/i18n.yml
  3. +1
    -1
      .github/workflows/release.yml
  4. +1
    -1
      .github/workflows/tests.yml
  5. +4
    -4
      poetry.lock
  6. +1
    -1
      pyproject.toml

+ 2
- 2
.github/workflows/black.yml Dosyayı Görüntüle

@@ -13,7 +13,7 @@ jobs:
name: Code Style
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.x'
- uses: psf/black@stable
@@ -24,7 +24,7 @@ jobs:
name: Poetry
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.x'
- run: |


+ 1
- 1
.github/workflows/i18n.yml Dosyayı Görüntüle

@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.x'
- name: Install dependencies


+ 1
- 1
.github/workflows/release.yml Dosyayı Görüntüle

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.x'



+ 1
- 1
.github/workflows/tests.yml Dosyayı Görüntüle

@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}



+ 4
- 4
poetry.lock Dosyayı Görüntüle

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

[[package]]
name = "pytz"
version = "2026.2"
version = "2026.3.post1"
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
groups = ["main"]
files = [
{file = "pytz-2026.2-py2.py3-none-any.whl", hash = "sha256:04156e608bee23d3792fd45c94ae47fae1036688e75032eea2e3bf0323d1f126"},
{file = "pytz-2026.2.tar.gz", hash = "sha256:0e60b47b29f21574376f218fe21abc009894a2321ea16c6754f3cad6eb7cdd6a"},
{file = "pytz-2026.3.post1-py2.py3-none-any.whl", hash = "sha256:dd95840dd199baea12d9cc096a1d452caa6596a1c1e4b5f3dbd1541855d5e815"},
{file = "pytz-2026.3.post1.tar.gz", hash = "sha256:2211d3fcf9a797d3405cac96ac7f61d80e6a644f72a3309607282fe8a2010c5d"},
]

[[package]]
@@ -613,4 +613,4 @@ tests = ["pytest", "pytest-cov"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12"
content-hash = "9f0f3c0efedf9ed65d701239f6cd59a8c74cc9e0f55488dfde4fa258abf8d146"
content-hash = "131ec2ea31d76a8072521cb97e0698559f6a4f30ca3c9ad74100e2f29f6f8adb"

+ 1
- 1
pyproject.toml Dosyayı Görüntüle

@@ -15,7 +15,7 @@ dependencies = [
"kosmorrolib (>=1.0,<2.0)",
"python-dateutil (>=2.8,<3.0)",
"Babel (>=2.9,<3.0)",
"pytz (>=2025.2,<2027.0)",
"pytz (>=2026.3.post1,<2027.0)",
"argcomplete (>=3.7.0,<4.0)",
]



Yükleniyor…
İptal
Kaydet