diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index b3a943c..4960df3 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up Python 3.7 + - name: Set up Python 3.11 uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.11 - name: Install dependencies run: | diff --git a/requirements-tests.txt b/requirements-tests.txt index f5c1fe3..9bd2848 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,4 +1,4 @@ -moto==1.3.13 +moto>=4.2,<5.0 python-box~=3.4.0 flake8~=3.7.7 nose2~=0.9.1 diff --git a/requirements.txt b/requirements.txt index 8a92dda..f05298f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -boto3~=1.9.246 +boto3~=1.11.0 kubernetes~=10.0.1 -python-dotenv~=0.10.2 -urllib3<1.26 \ No newline at end of file +python-dotenv~=0.10.2 \ No newline at end of file