mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
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:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
python-version: ['3.7']
|
||||
|
||||
name: Linting
|
||||
steps:
|
||||
|
||||
2
.github/workflows/mysql.yml
vendored
2
.github/workflows/mysql.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
python-version: ['3.7']
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
|
||||
2
.github/workflows/postgres.yml
vendored
2
.github/workflows/postgres.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
python-version: ['3.7']
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
|
||||
2
.github/workflows/sqlite.yml
vendored
2
.github/workflows/sqlite.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
python-version: ['3.7']
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user