You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ name = "authcaptureproxy"
26
26
# E.g. This might be "1.2.13", and the Github release will be "v1.2.13".
27
27
# Although semantic versioning allows for build tags (metadata),
28
28
# not all tools are compatible with it, so avoid it if you can.
29
-
version = "1.3.3"
29
+
version = "1.3.6"
30
30
31
31
description = "A Python project to create a proxy to capture authentication information from a webpage. This is useful to capture oauth login details without access to a third-party oauth."
32
32
keywords = [""]
@@ -128,7 +128,7 @@ mypy = ">=0.790, <1.0"
128
128
# that Tyrannosaurus set up for your project
129
129
hypothesis = "^6"
130
130
xdoctest = ">=0.15, <1.0"
131
-
python-semantic-release = "^7"
131
+
python-semantic-release = "^9"
132
132
coveralls = "^3"
133
133
pytest-asyncio = ">=0.14.0, <1"
134
134
tox-gh-actions = ">=2.4.0, <3"
@@ -324,18 +324,12 @@ name = "cz_conventional_commits"
0 commit comments