Skip to content

Commit

Permalink
Explicit Pygments dependency; upgrade other deps (hasgeek#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jace authored May 16, 2022
1 parent 0390d06 commit 66664cd
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 56 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:
skip: ['pip-compile', 'no-commit-to-branch']
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.6.0
rev: 6.6.1
hooks:
- id: pip-compile
name: pip-compile --upgrade requirements.in
Expand All @@ -32,7 +32,7 @@ repos:
'--remove-duplicate-keys',
]
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v2.32.1
hooks:
- id: pyupgrade
args:
Expand All @@ -48,12 +48,12 @@ repos:
- flake8-blind-except==0.2.1
- flake8-bugbear==22.4.25
- flake8-builtins==1.5.3
- flake8-comprehensions==3.8.0
- flake8-comprehensions==3.9.0
- flake8-docstrings==1.6.0
- flake8-isort==4.1.1
- flake8-logging-format==0.6.0
- flake8-mutable==1.2.0
- flake8-print==4.0.0
- flake8-print==5.0.0
- pep8-naming==0.12.1
- toml==0.10.2
- repo: https://github.com/PyCQA/isort
Expand All @@ -67,7 +67,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.950
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -76,22 +76,22 @@ repos:
- sqlalchemy-stubs==0.4
- types-certifi==2021.10.8.2
- types-click==7.1.8
- types-cryptography==3.3.20
- types-cryptography==3.3.21
- types-flask==1.1.6
- types-geoip2==3.0.0
- types-ipaddress==1.0.8
- types-itsdangerous==1.1.6
- types-jinja2==2.11.9
- types-markupsafe==1.1.10
- types-maxminddb==1.5.0
- types-python-dateutil==2.8.14
- types-pytz==2021.3.7
- types-requests==2.27.22
- types-python-dateutil==2.8.15
- types-pytz==2021.3.8
- types-requests==2.27.25
- types-setuptools==57.4.14
- types-simplejson==3.17.6
- types-six==1.16.15
- types-toml==0.10.6
- types-urllib3==1.26.13
- types-toml==0.10.7
- types-urllib3==1.26.14
- types-werkzeug==1.0.9
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ python-dateutil
python-dotenv
pytz
PyVimeo
Pygments
qrcode
requests
rq
Expand Down
51 changes: 26 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ async-timeout==4.0.2
# redis
attrs==21.4.0
# via aiohttp
awscli==1.23.1
awscli==1.24.0
# via -r requirements.in
babel==2.10.1
# via -r requirements.in
base58==2.1.1
# via -r requirements.in
baseframe @ git+https://github.com/hasgeek/baseframe.git
# via -r requirements.in
bcrypt==3.2.0
bcrypt==3.2.2
# via
# -r requirements.in
# paramiko
Expand All @@ -40,16 +40,16 @@ bleach==5.0.0
# via baseframe
blinker==1.4
# via -r requirements.in
boto3==1.22.1
boto3==1.23.0
# via -r requirements.in
botocore==1.25.1
botocore==1.26.0
# via
# awscli
# boto3
# s3transfer
brotli==1.0.9
# via -r requirements.in
cachetools==5.0.0
cachetools==5.1.0
# via premailer
certifi==2021.10.8
# via
Expand All @@ -66,7 +66,7 @@ charset-normalizer==2.0.12
# via
# aiohttp
# requests
click==8.1.2
click==8.1.3
# via
# -r requirements.in
# flask
Expand All @@ -77,9 +77,9 @@ coaster @ git+https://github.com/hasgeek/coaster.git
# baseframe
colorama==0.4.4
# via awscli
croniter==1.3.4
croniter==1.3.5
# via rq-scheduler
cryptography==37.0.0
cryptography==37.0.2
# via
# -r requirements.in
# paramiko
Expand All @@ -105,9 +105,9 @@ emoji==1.7.0
# via baseframe
fabric3==1.14.post1
# via -r requirements.in
filelock==3.6.0
filelock==3.7.0
# via tldextract
flask==2.1.1
flask==2.1.2
# via
# -r requirements.in
# baseframe
Expand Down Expand Up @@ -188,7 +188,7 @@ itsdangerous==2.0.1
# -r requirements.in
# flask
# flask-wtf
jinja2==3.1.1
jinja2==3.1.2
# via
# flask
# flask-flatpages
Expand All @@ -204,7 +204,7 @@ lxml==4.8.0
# via premailer
mako==1.2.0
# via alembic
markdown==3.3.6
markdown==3.3.7
# via
# -r requirements.in
# flask-flatpages
Expand Down Expand Up @@ -253,7 +253,7 @@ paramiko==2.10.4
# via fabric3
passlib==1.7.4
# via -r requirements.in
phonenumbers==8.12.47
phonenumbers==8.12.48
# via -r requirements.in
premailer==3.10.0
# via -r requirements.in
Expand All @@ -276,14 +276,16 @@ pycountry==22.3.5
# baseframe
pycparser==2.21
# via cffi
pygments==2.12.0
# via -r requirements.in
pyisemail==1.4.0
# via
# -r requirements.in
# baseframe
# mxsniff
pyjsparser==2.7.1
# via js2py
pyjwt==2.3.0
pyjwt==2.4.0
# via twilio
pymdown-extensions==9.4
# via -r requirements.in
Expand All @@ -293,7 +295,7 @@ pyopenssl==22.0.0
# via
# baseframe
# ndg-httpsclient
pyparsing==3.0.8
pyparsing==3.0.9
# via
# httplib2
# packaging
Expand All @@ -307,7 +309,7 @@ python-dateutil==2.8.2
# rq-scheduler
python-dotenv==0.20.0
# via -r requirements.in
python-utils==3.1.0
python-utils==3.2.2
# via progressbar2
pytz==2022.1
# via
Expand All @@ -326,7 +328,7 @@ pyyaml==5.4.1
# flask-flatpages
qrcode==7.3.1
# via -r requirements.in
redis==4.2.2
redis==4.3.1
# via
# baseframe
# flask-redis
Expand Down Expand Up @@ -370,11 +372,10 @@ s3transfer==0.5.2
# boto3
semantic-version==2.9.0
# via baseframe
sentry-sdk==1.5.10
sentry-sdk==1.5.12
# via baseframe
six==1.16.0
# via
# bcrypt
# bleach
# fabric3
# flask-flatpages
Expand Down Expand Up @@ -406,13 +407,13 @@ statsd==3.3.0
# via baseframe
tinydb==4.7.0
# via tuspy
tldextract==3.2.1
tldextract==3.3.0
# via mxsniff
tuspy==0.2.5
# via pyvimeo
tweepy==4.8.0
tweepy==4.9.0
# via -r requirements.in
twilio==7.8.2
twilio==7.9.0
# via -r requirements.in
typing-extensions==4.2.0
# via
Expand Down Expand Up @@ -442,14 +443,14 @@ webencodings==0.5.1
# via
# bleach
# html5lib
werkzeug==2.1.1
werkzeug==2.1.2
# via
# -r requirements.in
# baseframe
# flask
whitenoise==6.0.0
whitenoise==6.1.0
# via -r requirements.in
wrapt==1.14.0
wrapt==1.14.1
# via deprecated
wtforms==3.0.1
# via
Expand Down
Loading

0 comments on commit 66664cd

Please sign in to comment.