File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies = [
3030 " pynacl>=1.4.0,<2" ,
3131 " ecdsa>=0.17.0" ,
3232 " coincurve>=19.0.1" ,
33- " algorand-python; implementation_version=='v5.0.0-rc.5 '" ,
33+ " algorand-python; implementation_version=='v5.0.0-rc.6 '" ,
3434]
3535
3636[project .urls ]
@@ -50,7 +50,7 @@ type = "virtual"
5050path = " .venv"
5151python = " 3.12"
5252dependencies = [
53- " puyapy; implementation_version=='v5.0.0-rc.5 '" ,
53+ " puyapy; implementation_version=='v5.0.0-rc.6 '" ,
5454 " pytest>=7.4" ,
5555 " pytest-mock>=3.10.0" ,
5656 " pytest-xdist[psutil]>=3.3" ,
@@ -132,7 +132,7 @@ dependencies = [
132132 " pytest-cov>=4.1.0" ,
133133 " py-algorand-sdk>=2.4.0" ,
134134 " algokit-utils>=3.0.0" ,
135- " puyapy; implementation_version=='v5.0.0-rc.5 '" ,
135+ " puyapy; implementation_version=='v5.0.0-rc.6 '" ,
136136]
137137
138138[tool .hatch .envs .test .scripts ]
@@ -183,7 +183,7 @@ post-install-commands = [
183183 " hatch run examples:reload_algopy_testing" ,
184184]
185185dependencies = [
186- " algorand-python; implementation_version=='v5.0.0-rc.5 '" ,
186+ " algorand-python; implementation_version=='v5.0.0-rc.6 '" ,
187187 " pytest>=7.4" ,
188188 " pytest-mock>=3.10.0" ,
189189 " pytest-xdist[psutil]>=3.3" ,
You can’t perform that action at this time.
0 commit comments