Skip to content

Commit

Permalink
Merge pull request #1045 from mandiant/mr-tz-patch-1
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
mr-tz authored Sep 27, 2024
2 parents 3cd3ee6 + c52082e commit 9337cc0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ pyasn1==0.5.1
pyasn1-modules==0.3.0
pycodestyle==2.11.1
pycparser==2.22
pydantic==2.9.1
pydantic-core==2.23.3
pydantic==2.9.2
# pydantic pins pydantic-core,
# but dependabot updates these separately (which is broken) and is annoying,
# so we rely on pydantic to pull in the right version of pydantic-core.
# pydantic-core==2.23.4
pygments==2.18.0
pytest==8.3.3
pytest-cov==5.0.0
Expand Down

0 comments on commit 9337cc0

Please sign in to comment.