Skip to content

Commit

Permalink
Update Python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jun 23, 2022
1 parent 74d2c70 commit 8a77acc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
system_testing:
machine:
image: ubuntu-2004:202010-01
image: cimg/base:2022.06
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.5
3.10.4
5 changes: 4 additions & 1 deletion ci/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
set -x
set -e

sudo curl -fsSL "https://github.com/docker/compose/releases/download/v2.6.0/docker-compose-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

pyenv versions
pyenv local 3.8.5
pyenv local 3.10.4
python --version
pip --version
pip install --upgrade pip
Expand Down
4 changes: 1 addition & 3 deletions test/requirements.ci.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
docker==4.3.1
docker==5.0.3
requests==2.28.0
websocket-client==1.3.3
urllib3==1.26.9
docker-compose==1.27.4
grpcio==1.46.3
protobuf==4.21.0

0 comments on commit 8a77acc

Please sign in to comment.