Skip to content

Commit

Permalink
chore: fix security (non-)issue with poetry.lock in test (#25973)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
RomainMuller committed Jun 14, 2023
1 parent 7f63d81 commit d51bd8b
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 27 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = ""
authors = ["Your Name <you@example.com>"]

[tool.poetry.dependencies]
python = "^3.6"
requests = "2.26.0"
python = "^3.7"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit d51bd8b

Please sign in to comment.