Skip to content

Commit

Permalink
OS-7020. Eliminate Dependabot (pip ecosystem) security issues
Browse files Browse the repository at this point in the history
## Description

Eliminate Dependabot security issues related to pip ecosystem (pyarrow
and aiohttp)

## Related issue number

OS-7020


## Checklist

* [x] The pull request title is a good summary of the changes
* [ ] Unit tests for the changes exist
* [ ] New and existing unit tests pass locally
  • Loading branch information
sd-hystax authored Nov 17, 2023
1 parent 2f27c17 commit dcc848f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arcee/arcee_receiver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.5
aiohttp==3.8.6
sanic==22.6.2
motor==3.0.0
websockets==10.4
Expand Down
2 changes: 1 addition & 1 deletion bulldozer/bulldozer_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.5
aiohttp==3.8.6
sanic==22.6.2
motor==3.0.0
websockets==10.4
Expand Down
4 changes: 2 additions & 2 deletions diworker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ boto3==1.18.9
mongodb-migrations==0.7.0
retrying==1.3.3
pandas == 1.3.3
pyarrow==5.0.0
pyarrow==14.0.1
clickhouse-driver==0.2.2
pyrabbit==1.1.0
# OptScale packages
-e tools/cloud_adapter
-e optscale_client/config_client
-e optscale_client/herald_client
-e optscale_client/insider_client
-e optscale_client/rest_api_client
-e optscale_client/rest_api_client
2 changes: 1 addition & 1 deletion optscale_client/aconfig_cl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
url='http://hystax.com',
author_email='[email protected]',
package_dir={'aconfig_cl': ''},
install_requires=['aiohttp==3.8.5'],
install_requires=['aiohttp==3.8.6'],
packages=['aconfig_cl']
)

0 comments on commit dcc848f

Please sign in to comment.