diff --git a/Pipfile.lock b/Pipfile.lock index 63bcc42..68b0cbb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -432,7 +432,7 @@ "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3", "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f" ], - "markers": "python_version < '3.11'", + "markers": "python_version >= '3.9'", "version": "==1.26.4" }, "packaging": { @@ -837,11 +837,11 @@ }, "tenacity": { "hashes": [ - "sha256:3649f6443dbc0d9b01b9d8020a9c4ec7a1ff5f6f3c6c8a036ef371f573fe9185", - "sha256:953d4e6ad24357bceffbc9707bc74349aca9d245f68eb65419cf0c249a1949a2" + "sha256:28522e692eda3e1b8f5e99c51464efcc0b9fc86933da92415168bc1c4e2308fa", + "sha256:54b1412b878ddf7e1f1577cd49527bad8cdef32421bd599beac0c6c3f10582fd" ], "markers": "python_version >= '3.8'", - "version": "==8.3.0" + "version": "==8.4.1" }, "toml": { "hashes": [ @@ -895,11 +895,11 @@ }, "urllib3": { "hashes": [ - "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d", - "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" + "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", + "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" ], "markers": "python_version >= '3.8'", - "version": "==2.2.1" + "version": "==2.2.2" }, "watchdog": { "hashes": [ @@ -1222,12 +1222,12 @@ }, "flake8": { "hashes": [ - "sha256:33f96621059e65eec474169085dc92bf26e7b2d47366b70be2f67ab80dc25132", - "sha256:a6dfbb75e03252917f2473ea9653f7cd799c3064e54d4c8140044c5c065f53c3" + "sha256:2e416edcc62471a64cea09353f4e7bdba32aeb079b6e360554c659a122b1bc6a", + "sha256:48a07b626b55236e0fb4784ee69a465fbf59d79eec1f5b4785c3d3bc57d17aa5" ], "index": "pypi", "markers": "python_full_version >= '3.8.1'", - "version": "==7.0.0" + "version": "==7.1.0" }, "idna": { "hashes": [ @@ -1436,7 +1436,7 @@ "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3", "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f" ], - "markers": "python_version < '3.11'", + "markers": "python_version >= '3.9'", "version": "==1.26.4" }, "packaging": { @@ -1498,11 +1498,11 @@ }, "pycodestyle": { "hashes": [ - "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f", - "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67" + "sha256:442f950141b4f43df752dd303511ffded3a04c2b6fb7f65980574f0c31e6e79c", + "sha256:949a39f6b86c3e1515ba1787c2022131d165a8ad271b11370a8819aa070269e4" ], "markers": "python_version >= '3.8'", - "version": "==2.11.1" + "version": "==2.12.0" }, "pycparser": { "hashes": [ @@ -1694,11 +1694,11 @@ }, "urllib3": { "hashes": [ - "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d", - "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" + "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", + "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" ], "markers": "python_version >= '3.8'", - "version": "==2.2.1" + "version": "==2.2.2" }, "zipp": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index b1ac394..0f8109a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "streamlit_analytics2" -version = "0.7.5" +version = "0.7.6" description = "Track & visualize user interactions with your streamlit app." authors = [{ name = "444B", email = "contact+pypi@444b.me" }] license = { file = "LICENSE" } diff --git a/src/streamlit_analytics2/__init__.py b/src/streamlit_analytics2/__init__.py index fb844c2..2cb1ba0 100644 --- a/src/streamlit_analytics2/__init__.py +++ b/src/streamlit_analytics2/__init__.py @@ -1,3 +1,3 @@ from .main import counts, start_tracking, stop_tracking, track # noqa: F401 -__version__ = "0.7.5" +__version__ = "0.7.6" diff --git a/src/streamlit_analytics2/display.py b/src/streamlit_analytics2/display.py index 1d86060..0f99603 100644 --- a/src/streamlit_analytics2/display.py +++ b/src/streamlit_analytics2/display.py @@ -157,7 +157,7 @@ def show_results(counts, reset_callback, unsafe_password=None): "I'm absolutely sure that I want to reset the results", ], ) - if reset_prompt == "I'm sure that I want to reset the results": + if reset_prompt == "I'm absolutely sure that I want to reset the results": reset_clicked = st.button("Click here to reset") if reset_clicked: reset_callback()