Skip to content

Commit

Permalink
Update dependencies required for next commonground-api-common update
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 14, 2024
1 parent 334632c commit 5567694
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
16 changes: 6 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,9 @@ click-repl==0.3.0
commonground-api-common[markdown-docs,markdown_docs]==1.12.1
# via -r requirements/base.in
coreapi==2.3.3
# via
# commonground-api-common
# drf-yasg
# via commonground-api-common
coreschema==0.0.4
# via
# coreapi
# drf-yasg
# via coreapi
cryptography==41.0.7
# via
# django-simple-certmanager
Expand Down Expand Up @@ -146,7 +142,7 @@ djangorestframework==3.12.4
# drf-spectacular
# drf-yasg
# notifications-api-common
djangorestframework-camel-case==1.2.0
djangorestframework-camel-case==1.4.2
# via
# commonground-api-common
# notifications-api-common
Expand All @@ -156,7 +152,7 @@ drf-nested-routers==0.93.3
# via commonground-api-common
drf-spectacular==0.16.0
# via -r requirements/base.in
drf-yasg==1.20.0
drf-yasg==1.21.7
# via commonground-api-common
elastic-apm==6.1.1
# via -r requirements/base.in
Expand Down Expand Up @@ -250,10 +246,12 @@ pytz==2021.1
# -r requirements/base.in
# celery
# django
# drf-yasg
pyyaml==6.0.1
# via
# commonground-api-common
# drf-spectacular
# drf-yasg
# gemma-zds-client
# oyaml
qrcode==6.1
Expand All @@ -271,8 +269,6 @@ requests==2.25.1
# zgw-consumers
requests-mock==1.8.0
# via zgw-consumers
ruamel-yaml==0.17.4
# via drf-yasg
sentry-sdk==1.0.0
# via -r requirements/base.in
six==1.15.0
Expand Down
12 changes: 4 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,10 @@ coreapi==2.3.3
# via
# -r requirements/base.txt
# commonground-api-common
# drf-yasg
coreschema==0.0.4
# via
# -r requirements/base.txt
# coreapi
# drf-yasg
coverage==4.5.4
# via -r requirements/test-tools.in
cryptography==41.0.7
Expand Down Expand Up @@ -209,7 +207,7 @@ djangorestframework==3.12.4
# drf-spectacular
# drf-yasg
# notifications-api-common
djangorestframework-camel-case==1.2.0
djangorestframework-camel-case==1.4.2
# via
# -r requirements/base.txt
# commonground-api-common
Expand All @@ -222,7 +220,7 @@ drf-nested-routers==0.93.3
# commonground-api-common
drf-spectacular==0.16.0
# via -r requirements/base.txt
drf-yasg==1.20.0
drf-yasg==1.21.7
# via
# -r requirements/base.txt
# commonground-api-common
Expand Down Expand Up @@ -371,11 +369,13 @@ pytz==2021.1
# -r requirements/base.txt
# celery
# django
# drf-yasg
pyyaml==6.0.1
# via
# -r requirements/base.txt
# commonground-api-common
# drf-spectacular
# drf-yasg
# gemma-zds-client
# oyaml
qrcode==6.1
Expand All @@ -401,10 +401,6 @@ requests-mock==1.8.0
# -r requirements/base.txt
# -r requirements/test-tools.in
# zgw-consumers
ruamel-yaml==0.17.4
# via
# -r requirements/base.txt
# drf-yasg
sentry-sdk==1.0.0
# via -r requirements/base.txt
six==1.15.0
Expand Down
12 changes: 4 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,10 @@ coreapi==2.3.3
# via
# -r requirements/ci.txt
# commonground-api-common
# drf-yasg
coreschema==0.0.4
# via
# -r requirements/ci.txt
# coreapi
# drf-yasg
coverage==4.5.4
# via -r requirements/ci.txt
cryptography==41.0.7
Expand Down Expand Up @@ -233,7 +231,7 @@ djangorestframework==3.12.4
# drf-spectacular
# drf-yasg
# notifications-api-common
djangorestframework-camel-case==1.2.0
djangorestframework-camel-case==1.4.2
# via
# -r requirements/ci.txt
# commonground-api-common
Expand All @@ -252,7 +250,7 @@ drf-nested-routers==0.93.3
# commonground-api-common
drf-spectacular==0.16.0
# via -r requirements/ci.txt
drf-yasg==1.20.0
drf-yasg==1.21.7
# via
# -r requirements/ci.txt
# commonground-api-common
Expand Down Expand Up @@ -432,11 +430,13 @@ pytz==2021.1
# babel
# celery
# django
# drf-yasg
pyyaml==6.0.1
# via
# -r requirements/ci.txt
# commonground-api-common
# drf-spectacular
# drf-yasg
# gemma-zds-client
# oyaml
qrcode==6.1
Expand Down Expand Up @@ -464,10 +464,6 @@ requests-mock==1.8.0
# via
# -r requirements/ci.txt
# zgw-consumers
ruamel-yaml==0.17.4
# via
# -r requirements/ci.txt
# drf-yasg
sentry-sdk==1.0.0
# via -r requirements/ci.txt
six==1.15.0
Expand Down

0 comments on commit 5567694

Please sign in to comment.