Skip to content

Commit 5bf33a9

Browse files
committed
Update packages and reset workflow
1 parent 2643aa6 commit 5bf33a9

File tree

3 files changed

+18
-32
lines changed

3 files changed

+18
-32
lines changed

.github/workflows/pyright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: '3.12'
19+
python-version: '3.x'
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install hatch

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
# - requests
88
#
99

10-
certifi==2025.10.5
10+
certifi==2025.11.12
1111
# via requests
12-
charset-normalizer==3.4.3
12+
charset-normalizer==3.4.4
1313
# via requests
14-
idna==3.10
14+
idna==3.11
1515
# via requests
1616
makefun==1.16.0
1717
# via hatch.envs.default

requirements/requirements-dev.txt

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# - pytest-cov
1010
# - pytest-freezer
1111
# - pytest-github-actions-annotate-failures
12-
# - pytest-memray
1312
# - pytest-mock
1413
# - pytest-randomly
1514
# - requests-mock
@@ -21,15 +20,15 @@
2120
# - requests
2221
#
2322

24-
certifi==2025.10.5
23+
certifi==2025.11.12
2524
# via requests
2625
cfgv==3.4.0
2726
# via pre-commit
28-
charset-normalizer==3.4.3
27+
charset-normalizer==3.4.4
2928
# via requests
3029
click==8.3.0
3130
# via mutmut
32-
coverage==7.10.7
31+
coverage==7.11.3
3332
# via
3433
# hatch.envs.dev
3534
# pytest-cov
@@ -41,12 +40,10 @@ freezegun==1.5.5
4140
# via pytest-freezer
4241
identify==2.6.15
4342
# via pre-commit
44-
idna==3.10
43+
idna==3.11
4544
# via requests
46-
iniconfig==2.1.0
45+
iniconfig==2.3.0
4746
# via pytest
48-
jinja2==3.1.6
49-
# via memray
5047
libcst==1.7.0
5148
# via mutmut
5249
linkify-it-py==2.0.3
@@ -58,14 +55,10 @@ markdown-it-py==4.0.0
5855
# mdit-py-plugins
5956
# rich
6057
# textual
61-
markupsafe==3.0.3
62-
# via jinja2
6358
mdit-py-plugins==0.5.0
64-
# via markdown-it-py
59+
# via textual
6560
mdurl==0.1.2
6661
# via markdown-it-py
67-
memray==1.19.1
68-
# via pytest-memray
6962
mutmut==3.3.1
7063
# via hatch.envs.dev
7164
nodeenv==1.9.1
@@ -82,7 +75,7 @@ pluggy==1.6.0
8275
# via
8376
# pytest
8477
# pytest-cov
85-
pre-commit==4.3.0
78+
pre-commit==4.4.0
8679
# via hatch.envs.dev
8780
pychoir==0.0.29
8881
# via hatch.envs.dev
@@ -91,16 +84,15 @@ pygments==2.19.2
9184
# pytest
9285
# rich
9386
# textual
94-
pyright==1.1.406
87+
pyright==1.1.407
9588
# via hatch.envs.dev
96-
pytest==8.4.2
89+
pytest==9.0.1
9790
# via
9891
# hatch.envs.dev
9992
# mutmut
10093
# pytest-cov
10194
# pytest-freezer
10295
# pytest-github-actions-annotate-failures
103-
# pytest-memray
10496
# pytest-mock
10597
# pytest-randomly
10698
pytest-cov==7.0.0
@@ -109,8 +101,6 @@ pytest-freezer==0.4.9
109101
# via hatch.envs.dev
110102
pytest-github-actions-annotate-failures==0.3.0
111103
# via hatch.envs.dev
112-
pytest-memray==1.8.0
113-
# via hatch.envs.dev
114104
pytest-mock==3.15.1
115105
# via hatch.envs.dev
116106
pytest-randomly==4.0.1
@@ -130,19 +120,15 @@ requests==2.32.5
130120
requests-mock==1.12.1
131121
# via hatch.envs.dev
132122
rich==14.2.0
133-
# via
134-
# memray
135-
# textual
136-
ruff==0.14.0
123+
# via textual
124+
ruff==0.14.4
137125
# via hatch.envs.dev
138126
setproctitle==1.3.7
139127
# via mutmut
140128
six==1.17.0
141129
# via python-dateutil
142-
textual==6.2.1
143-
# via
144-
# memray
145-
# mutmut
130+
textual==6.6.0
131+
# via mutmut
146132
typing-extensions==4.15.0
147133
# via
148134
# hatch.envs.dev
@@ -152,5 +138,5 @@ uc-micro-py==1.0.3
152138
# via linkify-it-py
153139
urllib3==2.5.0
154140
# via requests
155-
virtualenv==20.34.0
141+
virtualenv==20.35.4
156142
# via pre-commit

0 commit comments

Comments
 (0)