Skip to content

Commit

Permalink
Version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Dec 14, 2022
1 parent cc8fec2 commit c2a1f8f
Showing 1 changed file with 28 additions and 32 deletions.
60 changes: 28 additions & 32 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@ asgiref==3.5.2
# via django
attrs==22.1.0
# via pytest
authlib[client]==1.0.1
authlib[client]==1.2.0
# via nens-auth-client
beautifulsoup4==4.11.1
# via trs
black==22.6.0
black==22.12.0
# via -r requirements/requirements.in
certifi==2022.6.15
certifi==2022.12.7
# via
# requests
# sentry-sdk
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.0
charset-normalizer==2.1.1
# via requests
click==8.1.3
# via black
coverage[toml]==6.4.2
coverage[toml]==6.5.0
# via
# pytest-cov
# trs
cryptography==37.0.4
cryptography==38.0.4
# via authlib
django==3.2.14
django==3.2.16
# via
# -r requirements/requirements.in
# django-appconf
Expand All @@ -46,23 +46,25 @@ django-appconf==1.0.5
# via nens-auth-client
django-environ==0.9.0
# via trs
django-extensions==3.2.0
django-extensions==3.2.1
# via trs
django-tls-rvanlaar==0.0.3
# via trs
exceptiongroup==1.0.4
# via pytest
factory-boy==3.2.1
# via trs
faker==13.15.1
faker==15.3.4
# via factory-boy
flake8==5.0.3
flake8==6.0.0
# via -r requirements/requirements.in
gunicorn==20.1.0
# via trs
idna==3.3
idna==3.4
# via requests
iniconfig==1.1.1
# via pytest
isort==5.10.1
isort==5.11.2
# via -r requirements/requirements.in
markupsafe==2.1.1
# via werkzeug
Expand All @@ -74,63 +76,57 @@ mypy-extensions==0.4.3
# via black
nens-auth-client==1.1
# via trs
packaging==21.3
packaging==22.0
# via pytest
pathspec==0.9.0
pathspec==0.10.3
# via black
platformdirs==2.5.2
platformdirs==2.6.0
# via black
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.9.0
pycodestyle==2.10.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==2.5.0
pyflakes==3.0.1
# via flake8
pymemcache==3.5.2
pymemcache==4.0.0
# via trs
pyparsing==3.0.9
# via packaging
pytest==7.1.2
pytest==7.2.0
# via
# pytest-cov
# pytest-django
# trs
pytest-cov==3.0.0
pytest-cov==4.0.0
# via trs
pytest-django==4.5.2
# via trs
python-dateutil==2.8.2
# via faker
pytz==2022.1
pytz==2022.6
# via django
requests==2.28.1
# via
# nens-auth-client
# trs
sentry-sdk==1.9.0
sentry-sdk==1.11.1
# via trs
six==1.16.0
# via
# pymemcache
# python-dateutil
# via python-dateutil
soupsieve==2.3.2.post1
# via beautifulsoup4
sqlparse==0.4.2
sqlparse==0.4.3
# via django
tomli==2.0.1
# via
# black
# coverage
# pytest
urllib3==1.26.11
urllib3==1.26.13
# via
# requests
# sentry-sdk
werkzeug==2.2.1
werkzeug==2.2.2
# via
# django-tls-rvanlaar
# trs
Expand Down

0 comments on commit c2a1f8f

Please sign in to comment.