Skip to content

Commit

Permalink
Bump sqlalchemy from 1.3.24 to 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gazpachoking committed May 4, 2021
1 parent 397157f commit 19f15df
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
32 changes: 19 additions & 13 deletions dev-requirements.txt
Expand Up @@ -14,6 +14,8 @@ appdirs==1.4.4
# virtualenv
astroid==2.5.6
# via pylint
atomicwrites==1.4.0
# via pytest
attrs==20.3.0
# via
# -c requirements.txt
Expand All @@ -34,8 +36,6 @@ certifi==2020.12.5
# via
# -c requirements.txt
# requests
cffi==1.14.5
# via cryptography
cfgv==3.2.0
# via pre-commit
chardet==4.0.0
Expand All @@ -53,13 +53,14 @@ codacy-coverage==1.3.11
colorama==0.4.4
# via
# -c requirements.txt
# pylint
# pytest
# sphinx
# twine
coverage==5.5
# via
# -r dev-requirements.in
# pytest-cov
cryptography==3.4.7
# via secretstorage
distlib==0.3.1
# via virtualenv
docutils==0.16
Expand Down Expand Up @@ -88,18 +89,20 @@ imagesize==1.2.0
importlib-metadata==4.0.1
# via
# -c requirements.txt
# flake8
# keyring
# pep517
# pluggy
# pre-commit
# pytest
# twine
# virtualenv
iniconfig==1.1.1
# via pytest
isort==5.8.0
# via
# -r dev-requirements.in
# pylint
jeepney==0.6.0
# via
# keyring
# secretstorage
jinja2==2.11.3
# via
# -c requirements.txt
Expand Down Expand Up @@ -153,8 +156,6 @@ py==1.10.0
# pytest-forked
pycodestyle==2.7.0
# via flake8
pycparser==2.20
# via cffi
pyflakes==2.3.1
# via flake8
pygments==2.8.1
Expand Down Expand Up @@ -211,8 +212,6 @@ rfc3986==1.4.0
# via twine
s3transfer==0.4.2
# via boto3
secretstorage==3.3.1
# via keyring
six==1.15.0
# via
# -c requirements.txt
Expand Down Expand Up @@ -253,12 +252,18 @@ tqdm==4.60.0
twine==3.4.1
# via -r dev-requirements.in
typed-ast==1.4.3
# via mypy
# via
# astroid
# black
# mypy
typing-extensions==3.7.4.3
# via
# -c requirements.txt
# black
# importlib-metadata
# mypy
# sqlalchemy-stubs
# yarl
urllib3==1.26.4
# via
# -c requirements.txt
Expand All @@ -284,6 +289,7 @@ zipp==3.4.1
# via
# -c requirements.txt
# importlib-metadata
# pep517

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
8 changes: 6 additions & 2 deletions requirements.txt
Expand Up @@ -52,14 +52,18 @@ flask==1.1.2
# flask-login
# flask-restful
# flask-restx
greenlet==1.0.0
# via sqlalchemy
guessit==3.2.0
# via -r requirements.in
html5lib==1.1
# via -r requirements.in
idna==2.10
# via requests
importlib-metadata==4.0.1
# via jsonschema
# via
# jsonschema
# sqlalchemy
itsdangerous==1.1.0
# via flask
jaraco.classes==3.2.1
Expand Down Expand Up @@ -143,7 +147,7 @@ six==1.15.0
# python-dateutil
soupsieve==2.2.1
# via beautifulsoup4
sqlalchemy==1.3.24
sqlalchemy==1.4.13
# via -r requirements.in
tempora==4.0.2
# via portend
Expand Down

0 comments on commit 19f15df

Please sign in to comment.