Skip to content

Commit 6f09e4f

Browse files
authored
Merge pull request #37 from github/dependency-bump
Dependency bump
2 parents 53a7fb5 + 1695543 commit 6f09e4f

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.8.3
4+
rev: v0.8.6
55
hooks:
66
# Run the linter.
77
- id: ruff

annotated_logger/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# https://test.pypi.org/project/annotated-logger/
3535
# The dev versions in testpypi can then be pulled in to whatever project needed
3636
# the new feature.
37-
VERSION = "1.2.2" # pragma: no mutate
37+
VERSION = "1.2.3" # pragma: no mutate
3838

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

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
#
44
# - makefun
55
# - pychoir
6-
# - python-json-logger
6+
# - python-json-logger>=3.1.0
77
# - requests
88
#
99

10-
certifi==2024.8.30
10+
certifi==2024.12.14
1111
# via requests
12-
charset-normalizer==3.4.0
12+
charset-normalizer==3.4.1
1313
# via requests
1414
idna==3.10
1515
# via requests
1616
makefun==1.15.6
1717
# via hatch.envs.default
1818
pychoir==0.0.27
1919
# via hatch.envs.default
20-
python-json-logger==3.2.0
20+
python-json-logger==3.2.1
2121
# via hatch.envs.default
2222
requests==2.32.3
2323
# via hatch.envs.default
24-
urllib3==2.2.3
24+
urllib3==2.3.0
2525
# via requests

requirements/requirements-dev.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
# - requests
2121
#
2222

23-
certifi==2024.8.30
23+
certifi==2024.12.14
2424
# via requests
2525
cfgv==3.4.0
2626
# via pre-commit
27-
charset-normalizer==3.4.0
27+
charset-normalizer==3.4.1
2828
# via requests
29-
click==8.1.7
29+
click==8.1.8
3030
# via mutmut
31-
coverage==7.6.9
31+
coverage==7.6.10
3232
# via
3333
# hatch.envs.dev
3434
# pytest-cov
@@ -40,7 +40,7 @@ filelock==3.16.1
4040
# via virtualenv
4141
freezegun==1.5.1
4242
# via pytest-freezer
43-
identify==2.6.3
43+
identify==2.6.5
4444
# via pre-commit
4545
idna==3.10
4646
# via requests
@@ -81,9 +81,9 @@ pre-commit==4.0.1
8181
# via hatch.envs.dev
8282
pychoir==0.0.27
8383
# via hatch.envs.dev
84-
pygments==2.18.0
84+
pygments==2.19.1
8585
# via rich
86-
pyright==1.1.390
86+
pyright==1.1.391
8787
# via hatch.envs.dev
8888
pytest==8.3.4
8989
# via
@@ -105,7 +105,7 @@ pytest-randomly==3.16.0
105105
# via hatch.envs.dev
106106
python-dateutil==2.9.0.post0
107107
# via freezegun
108-
python-json-logger==3.2.0
108+
python-json-logger==3.2.1
109109
# via hatch.envs.dev
110110
pyyaml==6.0.2
111111
# via pre-commit
@@ -117,7 +117,7 @@ requests-mock==1.12.1
117117
# via hatch.envs.dev
118118
rich==13.9.4
119119
# via textual
120-
ruff==0.8.3
120+
ruff==0.8.6
121121
# via hatch.envs.dev
122122
setproctitle==1.3.4
123123
# via mutmut
@@ -141,7 +141,7 @@ typing-extensions==4.12.2
141141
# textual
142142
uc-micro-py==1.0.3
143143
# via linkify-it-py
144-
urllib3==2.2.3
144+
urllib3==2.3.0
145145
# via requests
146-
virtualenv==20.28.0
146+
virtualenv==20.28.1
147147
# via pre-commit

0 commit comments

Comments
 (0)