diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 526d68f..eb7a065 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -22,6 +22,7 @@ jobs: - '3.8' - '3.9' - '3.10' + - '3.11' steps: - uses: actions/checkout@v1 diff --git a/requirements.txt b/requirements.txt index 49c5044..4435ac1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ dohq-artifactory>=0.8.3 Jinja2>=2.11 patool==1.12 pyunpack==0.2 -PyYAML>=5.2,<6.0 +PyYAML>=6.0 requests>=2.25.1,<3.0.0 urllib3<1.25,>=1.21.1