Skip to content

Commit 9d374a5

Browse files
authored
Merge pull request #8 from glyph/re-pin-deps
Re pin deps
2 parents cead089 + e19a374 commit 9d374a5

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/build
2+
/dist
3+
*.tokenvault

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --extra=dev --no-emit-index-url
@@ -8,9 +8,9 @@ build==1.2.2.post1
88
# via tokenring (pyproject.toml)
99
cffi==1.17.1
1010
# via cryptography
11-
click==8.1.7
11+
click==8.1.8
1212
# via tokenring (pyproject.toml)
13-
cryptography==44.0.0
13+
cryptography==44.0.1
1414
# via
1515
# fido2
1616
# tokenring (pyproject.toml)
@@ -24,13 +24,13 @@ jaraco-context==6.0.1
2424
# via keyring
2525
jaraco-functools==4.1.0
2626
# via keyring
27-
keyring==25.5.0
27+
keyring==25.6.0
2828
# via tokenring (pyproject.toml)
29-
more-itertools==10.5.0
29+
more-itertools==10.6.0
3030
# via
3131
# jaraco-classes
3232
# jaraco-functools
33-
mypy==1.13.0
33+
mypy==1.15.0
3434
# via tokenring (pyproject.toml)
3535
mypy-extensions==1.0.0
3636
# via mypy
@@ -44,7 +44,7 @@ pyuac==0.0.3
4444
# via tokenring (pyproject.toml)
4545
tee==0.0.3
4646
# via pyuac
47-
types-pywin32==308.0.0.20241128
47+
types-pywin32==308.0.0.20250128
4848
# via tokenring (pyproject.toml)
4949
typing-extensions==4.12.2
5050
# via mypy

0 commit comments

Comments
 (0)