Skip to content

Commit 16ab647

Browse files
CopilotfabiocaccamoCopilot
authored
fix: resolve GHSA-6w46-j5rx-g56g by requiring pytest >= 9.0.3 (#256)
* fix: update pytest requirement to patched version >= 9.0.3 (GHSA-6w46-j5rx-g56g) Agent-Logs-Url: https://github.com/fabiocaccamo/python-codicefiscale/sessions/d71b6a20-7a74-4f5f-824f-24e190773e0a Co-authored-by: fabiocaccamo <1035294+fabiocaccamo@users.noreply.github.com> * fix: bound pytest to <10 to prevent unexpected major version upgrades Agent-Logs-Url: https://github.com/fabiocaccamo/python-codicefiscale/sessions/d71b6a20-7a74-4f5f-824f-24e190773e0a Co-authored-by: fabiocaccamo <1035294+fabiocaccamo@users.noreply.github.com> * Update requirements-test.txt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fabiocaccamo <1035294+fabiocaccamo@users.noreply.github.com> Co-authored-by: Fabio Caccamo <fabio.caccamo@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4739888 commit 16ab647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
coverage == 7.13.*
33
mypy == 1.20.*
44
pre-commit == 4.5.*
5-
pytest==9.0.*
5+
pytest >= 9.0.3, <10
66
pytest-cov == 7.1.*
77
tox == 4.53.*

0 commit comments

Comments
 (0)