Skip to content

Commit 67383e2

Browse files
committed
changed version of construct-typing to 0.5.1
1 parent b72cdc4 commit 67383e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
construct==2.10.67
2-
construct-typing==0.4.1
2+
construct-typing==0.5.1
33
pytest>=6.2.0
44
numpy>=1.20.*
55
arrow>=1.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
python_requires="==3.8.*",
3232
install_requires=[
3333
"construct==2.10.67",
34-
"construct-typing==0.5.0",
34+
"construct-typing==0.5.1",
3535
"wxPython>=4.1.1",
3636
"arrow>=1.0.0"
3737
],

0 commit comments

Comments
 (0)