We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7750f commit f2ec98cCopy full SHA for f2ec98c
.gitignore
@@ -147,3 +147,6 @@ tests/reports
147
148
# Logs
149
logs/
150
+
151
+# Snyk Security Extension - AI Rules (auto-generated)
152
+.github/instructions/snyk_rules.instructions.md
pyproject.toml
@@ -57,7 +57,7 @@ classifiers = [
57
58
59
[tool.poetry.dependencies]
60
-python = "^3.9.0"
+python = "^3.10.0"
61
python-dotenv = "^1.2.1"
62
tomli = { version = "^2.3.0", python = "<3.11" }
63
@@ -79,7 +79,7 @@ optional = true
79
80
81
[tool.poetry.group.tests.dependencies]
82
-pytest = "^8.4.2"
+pytest = "^9.0.2"
83
pytest-cov = "^7.0.0"
84
tox = "^4.30.3"
85
tox-gh-actions = "^3.5.0"
0 commit comments