Skip to content

Commit f2ec98c

Browse files
committed
PATCH: Updated dependencies and minimum Python version
1 parent df7750f commit f2ec98c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,6 @@ tests/reports
147147

148148
# Logs
149149
logs/
150+
151+
# Snyk Security Extension - AI Rules (auto-generated)
152+
.github/instructions/snyk_rules.instructions.md

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ classifiers = [
5757

5858

5959
[tool.poetry.dependencies]
60-
python = "^3.9.0"
60+
python = "^3.10.0"
6161
python-dotenv = "^1.2.1"
6262
tomli = { version = "^2.3.0", python = "<3.11" }
6363

@@ -79,7 +79,7 @@ optional = true
7979

8080

8181
[tool.poetry.group.tests.dependencies]
82-
pytest = "^8.4.2"
82+
pytest = "^9.0.2"
8383
pytest-cov = "^7.0.0"
8484
tox = "^4.30.3"
8585
tox-gh-actions = "^3.5.0"

0 commit comments

Comments
 (0)