Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade packages to mitigate reported (though not necessarily actual) vulnerabilities #652

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/opal-client/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ aiofiles>=0.8.0,<1
aiohttp>=3.9.2,<4
psutil>=5.9.1,<6
tenacity>=8.0.1,<9
websockets>=10.3,<11
dpath>=2.1.5,<3
jsonpatch>=1.33,<2
1 change: 0 additions & 1 deletion packages/opal-server/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ click>=8.1.3,<9
permit-broadcaster[postgres,redis,kafka]==0.2.5
gitpython>=3.1.32,<4
pyjwt[crypto]>=2.1.0,<3
websockets>=10.3,<11
slowapi>=0.1.5,<1
# slowapi is stuck on and old `redis`, so fix that and switch from aioredis to redis
pygit2>=1.14.1,<1.15
Expand Down
3 changes: 2 additions & 1 deletion packages/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ idna>=3.3,<4
typer>=0.4.1,<1
fastapi>=0.109.1,<1
fastapi_websocket_pubsub==0.3.7
fastapi_websocket_rpc==0.1.25
fastapi_websocket_rpc==0.1.27
websockets>=10.3,<14
gunicorn>=22.0.0,<23
pydantic[email]>=1.9.1,<2
typing-extensions;python_version<'3.8'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pytest-asyncio
pytest-rerunfailures
wheel>=0.38.0
twine
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading