Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Maintenance run 2022-11-14 #221

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coreschema==0.0.4
# via
# coreapi
# drf-yasg
cryptography==38.0.1
cryptography==38.0.3
# via jwcrypto
datapunt-authorization-django==1.3.2
# via -r requirements.in
Expand All @@ -47,7 +47,7 @@ django==3.2.16
# django-leaflet
# djangorestframework
# drf-yasg
django-datetime-utc==1.0.3
django-datetime-utc==1.0.4
# via -r requirements.in
django-debug-toolbar==3.7.0
# via -r requirements.in
Expand Down Expand Up @@ -104,15 +104,15 @@ openpyxl==3.0.10
# via tablib
packaging==21.3
# via drf-yasg
psycopg2-binary==2.9.4
psycopg2-binary==2.9.5
# via -r requirements.in
pycparser==2.21
# via cffi
pyparsing==3.0.9
# via packaging
python-dateutil==2.8.2
# via django-datetime-utc
pytz==2022.5
pytz==2022.6
# via
# -r requirements.in
# django
Expand Down
42 changes: 21 additions & 21 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ asgiref==3.5.2
# via
# -r ./requirements.txt
# django
asttokens==2.0.8
asttokens==2.1.0
# via stack-data
attrs==22.1.0
# via pytest
backcall==0.2.0
# via ipython
brotli==1.0.9
# via geventhttpclient
build==0.8.0
build==0.9.0
# via pip-tools
certifi==2022.9.24
# via
Expand Down Expand Up @@ -49,7 +49,7 @@ coreschema==0.0.4
# drf-yasg
coverage[toml]==6.5.0
# via pytest-cov
cryptography==38.0.1
cryptography==38.0.3
# via
# -r ./requirements.txt
# jwcrypto
Expand Down Expand Up @@ -86,7 +86,7 @@ django==3.2.16
# djangorestframework
# drf-yasg
# model-bakery
django-datetime-utc==1.0.3
django-datetime-utc==1.0.4
# via -r ./requirements.txt
django-debug-toolbar==3.7.0
# via -r ./requirements.txt
Expand Down Expand Up @@ -129,13 +129,15 @@ et-xmlfile==1.1.0
# via
# -r ./requirements.txt
# openpyxl
executing==1.1.1
exceptiongroup==1.0.2
# via pytest
executing==1.2.0
# via stack-data
factory-boy==3.2.1
# via
# -r requirements_dev.in
# pytest-factoryboy
faker==15.1.1
faker==15.3.1
# via factory-boy
flask==2.2.2
# via
Expand All @@ -146,13 +148,13 @@ flask-basicauth==0.2.0
# via locust
flask-cors==3.0.10
# via locust
gevent==22.10.1
gevent==22.10.2
# via
# geventhttpclient
# locust
geventhttpclient==2.0.8
# via locust
greenlet==1.1.3.post0
greenlet==2.0.1
# via gevent
idna==3.4
# via
Expand All @@ -165,7 +167,7 @@ inflection==0.5.1
# pytest-factoryboy
iniconfig==1.1.1
# via pytest
ipython==8.5.0
ipython==8.6.0
# via -r requirements_dev.in
itsdangerous==2.1.2
# via flask
Expand All @@ -184,7 +186,7 @@ jwcrypto==1.4.2
# via
# -r ./requirements.txt
# datapunt-authorization-django
locust==2.12.2
locust==2.13.0
# via -r requirements_dev.in
markuppy==1.14
# via
Expand Down Expand Up @@ -223,22 +225,20 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.9.0
pip-tools==6.10.0
# via -r requirements_dev.in
pluggy==1.0.0
# via pytest
prompt-toolkit==3.0.31
prompt-toolkit==3.0.32
# via ipython
psutil==5.9.3
psutil==5.9.4
# via locust
psycopg2-binary==2.9.4
psycopg2-binary==2.9.5
# via -r ./requirements.txt
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via pytest
pycparser==2.21
# via
# -r ./requirements.txt
Expand All @@ -249,7 +249,7 @@ pyparsing==3.0.9
# via
# -r ./requirements.txt
# packaging
pytest==7.1.3
pytest==7.2.0
# via
# -r requirements_dev.in
# pytest-cov
Expand All @@ -267,7 +267,7 @@ python-dateutil==2.8.2
# django-datetime-utc
# faker
# time-machine
pytz==2022.5
pytz==2022.6
# via
# -r ./requirements.txt
# django
Expand Down Expand Up @@ -310,7 +310,7 @@ sqlparse==0.4.3
# -r ./requirements.txt
# django
# django-debug-toolbar
stack-data==0.5.1
stack-data==0.6.1
# via ipython
tablib[html,ods,xls,xlsx,yaml]==3.2.1
# via
Expand Down Expand Up @@ -352,7 +352,7 @@ werkzeug==2.2.2
# via
# flask
# locust
wheel==0.37.1
wheel==0.38.4
# via pip-tools
wrapt==1.14.1
# via
Expand All @@ -368,7 +368,7 @@ xlwt==1.3.0
# tablib
zope-event==4.5.0
# via gevent
zope-interface==5.5.0
zope-interface==5.5.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down