Skip to content

Commit

Permalink
chore(deps): pin dependencies (#25)
Browse files Browse the repository at this point in the history
override, ok to pin
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent c95a963 commit 364aceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=2,<4"]
requires = ["flit_core ==3.9.0"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tox
pytest
python-dotenv
flit
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp==3.19.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 364aceb

Please sign in to comment.