Bump pybluemonday to 0.0.9 (#2054)

* Bump pybluemonday to 0.0.9
* Bump python-geoacumen-city
* Use Python 3.7 in testing as Python 3.6 is EOL
This commit is contained in:
Kevin Chung
2022-02-18 21:47:56 -05:00
committed by GitHub
parent 69cfc77e94
commit 54f0c46662
7 changed files with 18 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: ['3.6']
python-version: ['3.7']
name: Linting
steps:

View File

@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
python-version: ['3.6']
python-version: ['3.7']
name: Python ${{ matrix.python-version }}
steps:

View File

@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
python-version: ['3.6']
python-version: ['3.7']
name: Python ${{ matrix.python-version }}
steps:

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: ['3.6']
python-version: ['3.7']
name: Python ${{ matrix.python-version }}
steps:

View File

@@ -25,7 +25,7 @@ boto3==1.13.9
marshmallow==2.20.2
pydantic==1.6.2
WTForms==2.3.1
python-geoacumen-city
python-geoacumen-city==2022.2.15
maxminddb==1.5.4
tenacity==6.2.0
pybluemonday==0.0.8
pybluemonday==0.0.9

View File

@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# ./scripts/pip-compile.sh
@@ -68,6 +68,8 @@ gunicorn==20.0.4
# via -r requirements.in
idna==2.10
# via requests
importlib-metadata==4.11.1
# via jsonschema
itsdangerous==1.1.0
# via
# -r requirements.in
@@ -102,7 +104,7 @@ maxminddb==1.5.4
# python-geoacumen-city
passlib==1.7.2
# via -r requirements.in
pybluemonday==0.0.8
pybluemonday==0.0.9
# via -r requirements.in
pycparser==2.20
# via cffi
@@ -120,7 +122,7 @@ python-dotenv==0.13.0
# via -r requirements.in
python-editor==1.0.4
# via alembic
python-geoacumen-city==0.0.1
python-geoacumen-city==2022.2.15
# via -r requirements.in
pytz==2020.4
# via flask-restx
@@ -151,6 +153,8 @@ sqlalchemy-utils==0.36.6
# via -r requirements.in
tenacity==6.2.0
# via -r requirements.in
typing-extensions==4.1.1
# via importlib-metadata
urllib3==1.25.11
# via
# botocore
@@ -162,9 +166,11 @@ werkzeug==1.0.1
# flask-restx
wtforms==2.3.1
# via -r requirements.in
zope.event==4.5.0
zipp==3.7.0
# via importlib-metadata
zope-event==4.5.0
# via gevent
zope.interface==5.2.0
zope-interface==5.2.0
# via gevent
# The following packages are considered to be unsafe in a requirements file:

View File

@@ -7,4 +7,4 @@ docker run \
-v $ROOTDIR:/mnt/CTFd \
-e CUSTOM_COMPILE_COMMAND='./scripts/pip-compile.sh' \
-it python:3.7 \
-c 'cd /mnt/CTFd && pip install pip-tools==5.4.0 && pip-compile'
-c 'cd /mnt/CTFd && pip install pip-tools==6.5.1 && pip-compile'