Skip to content

Commit 5a3d79a

Browse files
authored
Merge pull request #116 from github/dep-bump-26-03-02
Dependecy Bumps 26-03-02
2 parents 235e235 + 1995a97 commit 5a3d79a

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/publish-to-pypi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build a binary wheel and a source tarball
2626
run: python3 -m hatch build
2727
- name: Store the distribution packages
28-
uses: actions/upload-artifact@v6
28+
uses: actions/upload-artifact@v7
2929
with:
3030
name: python-package-distributions
3131
path: dist/
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v7
48+
uses: actions/download-artifact@v8
4949
with:
5050
name: python-package-distributions
5151
path: dist/
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Download all the dists
69-
uses: actions/download-artifact@v7
69+
uses: actions/download-artifact@v8
7070
with:
7171
name: python-package-distributions
7272
path: dist/
@@ -110,7 +110,7 @@ jobs:
110110

111111
steps:
112112
- name: Download all the dists
113-
uses: actions/download-artifact@v7
113+
uses: actions/download-artifact@v8
114114
with:
115115
name: python-package-distributions
116116
path: dist/

.github/workflows/pyright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
hatch env create dev
2424
- run: echo "$(hatch env find dev)/bin" >> $GITHUB_PATH
2525
- name: Run pyright
26-
uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e
26+
uses: jakebailey/pyright-action@8ec14b5cfe41f26e5f41686a31eb6012758217ef

.github/workflows/pytest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
COVERAGE_FILE: ".coverage.${{ matrix.os }}.${{ matrix.python-version }}"
3939
- name: Store coverage file
40-
uses: actions/upload-artifact@v6
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}
4343
path: .coverage.${{ matrix.os }}.${{ matrix.python-version }}
@@ -52,7 +52,7 @@ jobs:
5252
contents: write
5353
steps:
5454
- uses: actions/checkout@v6
55-
- uses: actions/download-artifact@v7
55+
- uses: actions/download-artifact@v8
5656
id: download
5757
with:
5858
pattern: coverage-*
@@ -68,7 +68,7 @@ jobs:
6868
GITHUB_TOKEN: ${{ github.token }}
6969
MERGE_COVERAGE_FILES: true
7070
- name: Store Pull Request comment to be posted
71-
uses: actions/upload-artifact@v6
71+
uses: actions/upload-artifact@v7
7272
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
7373
with:
7474
name: python-coverage-comment-action

annotated_logger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# https://test.pypi.org/project/annotated-logger/
3434
# The dev versions in testpypi can then be pulled in to whatever project needed
3535
# the new feature.
36-
VERSION = "1.3.3" # pragma: no mutate
36+
VERSION = "1.3.4" # pragma: no mutate
3737

3838
T = TypeVar("T")
3939
P = ParamSpec("P")

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - requests
88
#
99

10-
certifi==2026.1.4
10+
certifi==2026.2.25
1111
# via requests
1212
charset-normalizer==3.4.4
1313
# via requests

requirements/requirements-dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@
1919
# - requests
2020
#
2121

22-
certifi==2026.1.4
22+
certifi==2026.2.25
2323
# via requests
2424
cfgv==3.5.0
2525
# via pre-commit
2626
charset-normalizer==3.4.4
2727
# via requests
28-
coverage==7.13.2
28+
coverage==7.13.4
2929
# via
3030
# hatch.envs.dev
3131
# pytest-cov
3232
distlib==0.4.0
3333
# via virtualenv
34-
filelock==3.20.3
34+
filelock==3.25.0
3535
# via virtualenv
3636
freezegun==1.5.5
3737
# via pytest-freezer
38-
identify==2.6.16
38+
identify==2.6.17
3939
# via pre-commit
4040
idna==3.11
4141
# via requests
@@ -49,7 +49,7 @@ nodeenv==1.10.0
4949
# pyright
5050
packaging==26.0
5151
# via pytest
52-
platformdirs==4.5.1
52+
platformdirs==4.9.2
5353
# via virtualenv
5454
pluggy==1.6.0
5555
# via
@@ -93,7 +93,7 @@ requests==2.32.5
9393
# requests-mock
9494
requests-mock==1.12.1
9595
# via hatch.envs.dev
96-
ruff==0.14.14
96+
ruff==0.15.4
9797
# via hatch.envs.dev
9898
six==1.17.0
9999
# via python-dateutil
@@ -103,5 +103,5 @@ typing-extensions==4.15.0
103103
# pyright
104104
urllib3==2.6.3
105105
# via requests
106-
virtualenv==20.36.1
106+
virtualenv==21.1.0
107107
# via pre-commit

0 commit comments

Comments
 (0)