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 1ee7ae3
Show file tree
Hide file tree
Showing 4 changed files with 4 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: ubuntu-2204:2022.04.2
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.3
2 changes: 1 addition & 1 deletion ci/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x
set -e

pyenv versions
pyenv local 3.8.5
pyenv local 3.10.3
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 1ee7ae3

Please sign in to comment.