We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770a769 commit b99b1d3Copy full SHA for b99b1d3
2 files changed
pkg/pyproject.toml
@@ -17,11 +17,11 @@ namespaces = true
17
# ----------------------------------------- Project Metadata -------------------------------------
18
#
19
[project]
20
-version = "0.0.0.dev55"
+version = "0.0.0.dev56"
21
name = "PyBadger"
22
requires-python = ">=3.10"
23
dependencies = [
24
- "PyLinks == 0.0.0.dev71",
+ "PyLinks == 0.0.0.dev72",
25
"HTMP == 0.0.0.dev5",
26
"ProtocolMan == 0.0.0.dev2",
27
"IPython",
pkg/requirements.txt
@@ -1,4 +1,4 @@
1
-PyLinks == 0.0.0.dev71
+PyLinks == 0.0.0.dev72
2
HTMP == 0.0.0.dev5
3
ProtocolMan == 0.0.0.dev2
4
IPython
0 commit comments