Skip to content

Commit

Permalink
Maintenance run 2024-08-12 (#191)
Browse files Browse the repository at this point in the history
* Maintenance run 2024-08-12

* Do not specify custom test database

* Use postgist:15 over amsterdam postgres image

---------

Co-authored-by: TerryvanWalen <[email protected]>
Co-authored-by: Terry van Walen <[email protected]>
  • Loading branch information
3 people authored Aug 12, 2024
1 parent a2a4f26 commit f2d0a38
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 40 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ x-app: &base-app

services:
database:
image: amsterdam/postgres12
image: postgis/postgis:15-3.4
ports:
- 5432
environment:
Expand Down Expand Up @@ -72,5 +72,4 @@ services:
environment:
<<: *base-app-env
USE_JWKS_TEST_KEY: 'true'
SECRET_KEY: 'insecure'
DATABASE_NAME: 'test'
SECRET_KEY: 'insecure'
35 changes: 18 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
adal==1.2.7
# via msrestazure
antlr4-python3-runtime==4.13.1
antlr4-python3-runtime==4.13.2
# via azure-cli
applicationinsights==0.11.10
# via azure-cli-telemetry
Expand All @@ -18,17 +18,17 @@ asgiref==3.8.1
# via
# django
# django-cors-headers
attrs==23.2.0
attrs==24.2.0
# via
# jsonschema
# referencing
azure-appconfiguration==1.1.1
# via azure-cli
azure-batch==14.2.0
# via azure-cli
azure-cli==2.62.0
azure-cli==2.63.0
# via -r requirements.in
azure-cli-core==2.62.0
azure-cli-core==2.63.0
# via azure-cli
azure-cli-telemetry==1.1.0
# via azure-cli-core
Expand Down Expand Up @@ -185,7 +185,7 @@ azure-mgmt-containerinstance==10.1.0
# via azure-cli
azure-mgmt-containerregistry==10.3.0
# via azure-cli
azure-mgmt-containerservice==30.0.0
azure-mgmt-containerservice==31.0.0
# via azure-cli
azure-mgmt-core==1.4.0
# via
Expand Down Expand Up @@ -343,7 +343,7 @@ azure-monitor-query==1.2.0
# via azure-cli
azure-multiapi-storage==1.2.0
# via azure-cli
azure-storage-blob==12.21.0
azure-storage-blob==12.22.0
# via -r requirements.in
azure-storage-common==1.4.2
# via azure-cli
Expand All @@ -363,7 +363,7 @@ certifi==2024.7.4
# via
# msrest
# requests
cffi==1.16.0
cffi==1.17.0
# via
# azure-datalake-store
# cryptography
Expand Down Expand Up @@ -411,7 +411,7 @@ distro==1.9.0
# via
# azure-cli
# azure-cli-core
django==5.0.7
django==5.1
# via
# -r requirements.in
# datapunt-authorization-django
Expand All @@ -428,7 +428,7 @@ django-debug-toolbar==4.4.6
# via -r requirements.in
django-extensions==3.2.3
# via -r requirements.in
django-filter==24.2
django-filter==24.3
# via -r requirements.in
djangorestframework==3.15.2
# via
Expand All @@ -454,7 +454,7 @@ fabric==3.2.2
# via azure-cli
google-api-core==2.19.1
# via opencensus
google-auth==2.32.0
google-auth==2.33.0
# via google-api-core
googleapis-common-protos==1.63.2
# via google-api-core
Expand Down Expand Up @@ -529,13 +529,13 @@ keystoneauth1==5.7.0
# via python-keystoneclient
knack==0.11.0
# via azure-cli-core
msal[broker]==1.28.1
msal[broker]==1.30.0
# via
# azure-cli-core
# azure-datalake-store
# azure-identity
# msal-extensions
msal-extensions==1.2.0b1
msal-extensions==1.2.0
# via
# azure-cli-core
# azure-identity
Expand Down Expand Up @@ -641,7 +641,7 @@ packaging==24.1
# knack
# oslo-utils
# python-keystoneclient
paramiko==3.4.0
paramiko==3.4.1
# via
# azure-cli-core
# fabric
Expand All @@ -668,7 +668,7 @@ protobuf==5.27.3
# google-api-core
# googleapis-common-protos
# proto-plus
psutil==5.9.8
psutil==6.0.0
# via
# azure-cli-core
# opencensus-ext-azure
Expand All @@ -690,7 +690,7 @@ pygithub==1.59.1
# via azure-cli
pygments==2.18.0
# via knack
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# adal
# azure-cli-core
Expand Down Expand Up @@ -719,7 +719,7 @@ python-swiftclient==4.6.0
# via datapunt-objectstore
pytz==2024.1
# via drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# datapunt-config-loader
# drf-yasg
Expand Down Expand Up @@ -756,7 +756,7 @@ requests-oauthlib==2.0.0
# via msrest
rfc3986==2.0.0
# via oslo-config
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -800,6 +800,7 @@ typing-extensions==4.12.2
# azure-keyvault-certificates
# azure-keyvault-keys
# azure-keyvault-secrets
# azure-mgmt-containerservice
# azure-monitor-query
# azure-storage-blob
# jwcrypto
Expand Down
41 changes: 21 additions & 20 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ adal==1.2.7
# via
# -r ./requirements.txt
# msrestazure
antlr4-python3-runtime==4.13.1
antlr4-python3-runtime==4.13.2
# via
# -r ./requirements.txt
# azure-cli
Expand All @@ -26,7 +26,7 @@ asgiref==3.8.1
# -r ./requirements.txt
# django
# django-cors-headers
attrs==23.2.0
attrs==24.2.0
# via
# -r ./requirements.txt
# jsonschema
Expand All @@ -41,9 +41,9 @@ azure-batch==14.2.0
# via
# -r ./requirements.txt
# azure-cli
azure-cli==2.62.0
azure-cli==2.63.0
# via -r ./requirements.txt
azure-cli-core==2.62.0
azure-cli-core==2.63.0
# via
# -r ./requirements.txt
# azure-cli
Expand Down Expand Up @@ -247,7 +247,7 @@ azure-mgmt-containerregistry==10.3.0
# via
# -r ./requirements.txt
# azure-cli
azure-mgmt-containerservice==30.0.0
azure-mgmt-containerservice==31.0.0
# via
# -r ./requirements.txt
# azure-cli
Expand Down Expand Up @@ -502,7 +502,7 @@ azure-multiapi-storage==1.2.0
# via
# -r ./requirements.txt
# azure-cli
azure-storage-blob==12.21.0
azure-storage-blob==12.22.0
# via -r ./requirements.txt
azure-storage-common==1.4.2
# via
Expand All @@ -528,7 +528,7 @@ bcrypt==4.2.0
# via
# -r ./requirements.txt
# paramiko
black==24.4.2
black==24.8.0
# via -r requirements_dev.in
cachetools==5.4.0
# via
Expand All @@ -539,7 +539,7 @@ certifi==2024.7.4
# -r ./requirements.txt
# msrest
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r ./requirements.txt
# azure-datalake-store
Expand All @@ -559,7 +559,7 @@ colorama==0.4.6
# via
# -r ./requirements.txt
# azure-cli
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via pytest-cov
cryptography==43.0.0
# via
Expand Down Expand Up @@ -608,7 +608,7 @@ distro==1.9.0
# -r ./requirements.txt
# azure-cli
# azure-cli-core
django==5.0.7
django==5.1
# via
# -r ./requirements.txt
# datapunt-authorization-django
Expand All @@ -625,7 +625,7 @@ django-debug-toolbar==4.4.6
# via -r ./requirements.txt
django-extensions==3.2.3
# via -r ./requirements.txt
django-filter==24.2
django-filter==24.3
# via -r ./requirements.txt
djangorestframework==3.15.2
# via
Expand Down Expand Up @@ -661,13 +661,13 @@ fabric==3.2.2
# azure-cli
factory-boy==3.3.0
# via -r requirements_dev.in
faker==26.0.0
faker==26.3.0
# via factory-boy
google-api-core==2.19.1
# via
# -r ./requirements.txt
# opencensus
google-auth==2.32.0
google-auth==2.33.0
# via
# -r ./requirements.txt
# google-api-core
Expand Down Expand Up @@ -773,14 +773,14 @@ knack==0.11.0
# via
# -r ./requirements.txt
# azure-cli-core
msal[broker]==1.28.1
msal[broker]==1.30.0
# via
# -r ./requirements.txt
# azure-cli-core
# azure-datalake-store
# azure-identity
# msal-extensions
msal-extensions==1.2.0b1
msal-extensions==1.2.0
# via
# -r ./requirements.txt
# azure-cli-core
Expand Down Expand Up @@ -912,7 +912,7 @@ packaging==24.1
# oslo-utils
# pytest
# python-keystoneclient
paramiko==3.4.0
paramiko==3.4.1
# via
# -r ./requirements.txt
# azure-cli-core
Expand Down Expand Up @@ -953,7 +953,7 @@ protobuf==5.27.3
# google-api-core
# googleapis-common-protos
# proto-plus
psutil==5.9.8
psutil==6.0.0
# via
# -r ./requirements.txt
# azure-cli-core
Expand Down Expand Up @@ -989,7 +989,7 @@ pygments==2.18.0
# via
# -r ./requirements.txt
# knack
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# -r ./requirements.txt
# adal
Expand Down Expand Up @@ -1042,7 +1042,7 @@ pytz==2024.1
# via
# -r ./requirements.txt
# drf-yasg
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r ./requirements.txt
# datapunt-config-loader
Expand Down Expand Up @@ -1086,7 +1086,7 @@ rfc3986==2.0.0
# via
# -r ./requirements.txt
# oslo-config
rpds-py==0.19.1
rpds-py==0.20.0
# via
# -r ./requirements.txt
# jsonschema
Expand Down Expand Up @@ -1150,6 +1150,7 @@ typing-extensions==4.12.2
# azure-keyvault-certificates
# azure-keyvault-keys
# azure-keyvault-secrets
# azure-mgmt-containerservice
# azure-monitor-query
# azure-storage-blob
# black
Expand Down

0 comments on commit f2d0a38

Please sign in to comment.