Skip to content

Commit

Permalink
Pin dependencies to resolve several CVEs (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Aug 17, 2023
1 parent 407deea commit 2e2093b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,15 @@ classifiers = [

[tool.poetry.dependencies]
aiohttp = ">=3.8.0"
certifi = ">=2023.07.22"
python = "^3.9.0"
python-engineio = ">=3.13.1,<5.0.0"
python-socketio = ">=4.6,<6.0"
websockets = ">=11.0.1"

[tool.poetry.group.dev.dependencies]
GitPython = ">=3.1.32"
Pygments = ">=2.15.0"
aresponses = "^2.1.6"
asynctest = "^0.13.0"
bandit = "^1.7.4"
Expand Down

0 comments on commit 2e2093b

Please sign in to comment.