From 0bc2388d87721a9f2c36169ed58fb378fd2f1a76 Mon Sep 17 00:00:00 2001 From: Alec Sheperd Date: Tue, 30 May 2023 12:19:21 -0500 Subject: [PATCH] bump py-versions CI release v2.1 (#3) * bump py-versions CI release v2.1 * update setup.cfg * update requirements.txt --------- Co-authored-by: github-actions --- .github/workflows/wipac_cicd.yaml | 4 +- requirements.txt | 64 ++++++++++++++++--------------- setup.cfg | 2 +- 3 files changed, 37 insertions(+), 33 deletions(-) diff --git a/.github/workflows/wipac_cicd.yaml b/.github/workflows/wipac_cicd.yaml index 5870b97..655ed50 100644 --- a/.github/workflows/wipac_cicd.yaml +++ b/.github/workflows/wipac_cicd.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - - uses: WIPACrepo/wipac-dev-flake8-action@v1 + - uses: WIPACrepo/wipac-dev-flake8-action@v1.0 py-setup: runs-on: ubuntu-latest @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v3 - id: versions - uses: WIPACrepo/wipac-dev-py-versions-action@v1 + uses: WIPACrepo/wipac-dev-py-versions-action@v2.1 pip-install: needs: [py-versions] diff --git a/requirements.txt b/requirements.txt index 66728a1..7914a3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,48 +1,52 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile # -aio-pika==8.0.3 +aio-pika==9.0.7 # via wipac-keycloak-rest-services -aiormq==6.3.3 +aiormq==6.7.6 # via aio-pika -cachetools==5.2.0 - # via wipac-keycloak-rest-services -certifi==2022.6.15 +cachetools==5.3.1 + # via wipac-rest-tools +certifi==2023.5.7 # via requests -cffi==1.15.0 +cffi==1.15.1 # via cryptography -charset-normalizer==2.0.12 +charset-normalizer==3.1.0 # via requests -cryptography==37.0.2 +cryptography==40.0.2 # via pyjwt -idna==3.3 +dnspython==2.3.0 + # via pymongo +idna==3.4 # via # requests # yarl ldap3==2.9.1 # via wipac-keycloak-rest-services -motor==3.0.0 +motor==3.1.2 # via # people-directory (setup.py) # wipac-keycloak-rest-services -multidict==6.0.2 +multidict==6.0.4 # via yarl -pamqp==3.1.0 +pamqp==3.2.1 # via aiormq -pyasn1==0.4.8 +pyasn1==0.5.0 # via ldap3 pycparser==2.21 # via cffi -pyjwt[crypto]==2.4.0 - # via - # wipac-keycloak-rest-services - # wipac-rest-tools -pymongo==4.1.1 +pyjwt[crypto]==2.7.0 + # via wipac-rest-tools +pymongo==4.3.3 # via motor -requests==2.28.0 +pypng==0.20220715.0 + # via qrcode +qrcode==7.4.2 + # via wipac-rest-tools +requests==2.31.0 # via # requests-futures # wipac-dev-tools @@ -50,26 +54,26 @@ requests==2.28.0 # wipac-rest-tools requests-futures==1.0.0 # via wipac-rest-tools -tornado==6.1 +tornado==6.3.2 # via wipac-rest-tools -typing-extensions==4.2.0 - # via wipac-dev-tools -unidecode==1.3.4 - # via wipac-keycloak-rest-services -urllib3==1.26.9 +typing-extensions==4.6.2 + # via + # qrcode + # wipac-dev-tools +urllib3==2.0.2 # via requests -wipac-dev-tools==1.2.2 +wipac-dev-tools==1.6.16 # via # people-directory (setup.py) # wipac-keycloak-rest-services # wipac-rest-tools -wipac-keycloak-rest-services==1.2.1 +wipac-keycloak-rest-services==1.3.10 # via people-directory (setup.py) -wipac-rest-tools==1.3.3 +wipac-rest-tools==1.4.20 # via # people-directory (setup.py) # wipac-keycloak-rest-services -yarl==1.7.2 +yarl==1.9.2 # via # aio-pika # aiormq diff --git a/setup.cfg b/setup.cfg index 1a944bc..b824583 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ install_requires = wipac-dev-tools wipac-keycloak-rest-services wipac-rest-tools -python_requires = >=3.8, <3.11 +python_requires = >=3.8, <3.12 packages = find: [options.extras_require]