Skip to content

Commit b081650

Browse files
authored
1 parent 07d315b commit b081650

File tree

2 files changed

+638
-514
lines changed

2 files changed

+638
-514
lines changed

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
slack-bolt = "==1.26.0"
8-
python-dotenv = "==1.1.1"
8+
python-dotenv = "==1.2.1"
99
gunicorn = "==23.0.0"
1010
flask = "==3.1.2"
1111
requests = "==2.32.5"
@@ -18,12 +18,12 @@ certifi = ">=2025.10.5"
1818
werkzeug = ">=3.1.3"
1919
urllib3 = ">=2.5.0"
2020
jinja2 = ">=3.1.6"
21-
idna = ">=3.10"
21+
idna = ">=3.11"
2222
anyio = ">=4.11.0"
2323
zipp = ">=3.23.0"
2424

2525
[dev-packages]
26-
pytest = "==8.4.2"
26+
pytest = "==9.0.0"
2727
pytest-cov = "==7.0.0"
2828
pytest-dotenv = "==0.5.2"
2929

0 commit comments

Comments
 (0)