Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
boto3~=1.9.246
boto3~=1.11.0
kubernetes~=10.0.1
python-dotenv~=0.10.2
urllib3<1.26
python-dotenv~=0.10.2
Loading