We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d315b commit b081650Copy full SHA for b081650
Pipfile
@@ -5,7 +5,7 @@ name = "pypi"
5
6
[packages]
7
slack-bolt = "==1.26.0"
8
-python-dotenv = "==1.1.1"
+python-dotenv = "==1.2.1"
9
gunicorn = "==23.0.0"
10
flask = "==3.1.2"
11
requests = "==2.32.5"
@@ -18,12 +18,12 @@ certifi = ">=2025.10.5"
18
werkzeug = ">=3.1.3"
19
urllib3 = ">=2.5.0"
20
jinja2 = ">=3.1.6"
21
-idna = ">=3.10"
+idna = ">=3.11"
22
anyio = ">=4.11.0"
23
zipp = ">=3.23.0"
24
25
[dev-packages]
26
-pytest = "==8.4.2"
+pytest = "==9.0.0"
27
pytest-cov = "==7.0.0"
28
pytest-dotenv = "==0.5.2"
29
0 commit comments