Skip to content

Commit

Permalink
Bump python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonakemon committed Sep 27, 2022
1 parent 5500284 commit d567736
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
alembic==1.8.0
alembic==1.8.1
appdirs==1.4.4
attrs==21.4.0
attrs==22.1.0
backports.entry-points-selectable==1.1.1
beautifulsoup4==4.11.1
blinker==1.4
certifi==2022.6.15
blinker==1.5
certifi==2022.9.24
cfgv==3.3.1
chardet==5.0.0
charset-normalizer==2.1.0
charset-normalizer==2.1.1
click==8.1.3
distlib==0.3.4
distlib==0.3.6
factory-boy==3.2.1
Faker==13.15.0
filelock==3.7.1
Flask==2.1.2
Faker==15.0.0
filelock==3.8.0
Flask==2.2.2
Flask-Cors==3.0.10
Flask-Migrate==3.1.0
Flask-Sitemap==0.4.0
Flask-SQLAlchemy==2.5.1
flask-talisman==1.0.0
greenlet==1.1.2
greenlet==1.1.3
gunicorn==20.1.0
identify==2.5.1
idna==3.3
identify==2.5.5
idna==3.4
inflection==0.5.1
iniconfig==1.1.1
itsdangerous==2.1.2
Jinja2==3.1.2
lxml==4.9.1
Mako==1.2.1
Mako==1.2.3
MarkupSafe==2.1.1
nodeenv==1.7.0
packaging==21.3
platformdirs==2.5.2
pluggy==1.0.0
pre-commit==2.19.0
pre-commit==2.20.0
psycopg2-binary==2.9.3
py==1.11.0
pyparsing==3.0.9
pytest==7.1.2
pytest==7.1.3
pytest-factoryboy==2.5.0
python-dateutil==2.8.2
python-editor==1.0.4
pytz==2022.1
pytz==2022.2.1
PyYAML==6.0
requests==2.28.1
requests-mock==1.9.3
requests-mock==1.10.0
six==1.16.0
soupsieve==2.3.2.post1
SQLAlchemy==1.4.39
SQLAlchemy==1.4.41
text-unidecode==1.3
toml==0.10.2
tqdm==4.64.0
urllib3==1.26.9
virtualenv==20.15.1
Werkzeug==2.1.2
tqdm==4.64.1
urllib3==1.26.12
virtualenv==20.16.5
Werkzeug==2.2.2

0 comments on commit d567736

Please sign in to comment.