Skip to content

Commit c687524

Browse files
committed
Update dependencies
1 parent bab6acf commit c687524

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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
1212
charset-normalizer==3.4.0
1313
# via requests
@@ -17,9 +17,9 @@ 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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
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
2727
charset-normalizer==3.4.0
2828
# via requests
29-
click==8.1.7
29+
click==8.1.8
3030
# via mutmut
3131
coverage==7.6.9
3232
# via
@@ -83,7 +83,7 @@ pychoir==0.0.27
8383
# via hatch.envs.dev
8484
pygments==2.18.0
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.4
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
146146
virtualenv==20.28.0
147147
# via pre-commit

0 commit comments

Comments
 (0)