Skip to content

Commit

Permalink
Merge pull request #2313 from camptocamp/audit-release_4
Browse files Browse the repository at this point in the history
Uses pipenv version supported by Snyk
  • Loading branch information
sbrunner authored Jun 21, 2024
2 parents 890df78 + e1becd8 commit d11cdb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acceptance_tests/app/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
pipenv = "==2022.1.8"
pipenv = "==2022.4.21"
setuptools = "==65.5.1"
# Lock dependencies
"backports.entry-points-selectable" = "==1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion acceptance_tests/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipenv==2022.1.8
pipenv==2022.4.21
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pipenv==2022.1.8
pipenv==2022.4.21
wheel==0.38.4

0 comments on commit d11cdb5

Please sign in to comment.