Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ [maykinmedia/open-api-framework#93] Security updates #507

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open-api-framework
git+https://github.com/maykinmedia/open-api-framework.git@issue/93-security-patches

# Core python libraries
glom # data represenation based on spec
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cryptography==42.0.4
# mozilla-django-oidc
# pyopenssl
# webauthn
django==4.2.15
django==4.2.17
# via
# commonground-api-common
# django-admin-index
Expand Down Expand Up @@ -228,7 +228,7 @@ isodate==0.6.0
# via commonground-api-common
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via coreschema
josepy==1.9.0
# via mozilla-django-oidc
Expand All @@ -252,7 +252,7 @@ notifications-api-common[setup-configuration]==0.4.0
# via
# -r requirements/base.in
# commonground-api-common
open-api-framework==0.9.1
open-api-framework @ git+https://github.com/maykinmedia/open-api-framework.git@issue/93-security-patches
# via -r requirements/base.in
orderedmultidict==1.0.1
# via furl
Expand Down Expand Up @@ -337,7 +337,7 @@ six==1.16.0
# qrcode
sqlparse==0.5.0
# via django
tornado==6.4.1
tornado==6.4.2
# via flower
typing-extensions==4.9.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cryptography==42.0.4
# webauthn
cssselect==1.1.0
# via pyquery
django==4.2.15
django==4.2.17
# via
# -r requirements/base.txt
# commonground-api-common
Expand Down Expand Up @@ -381,7 +381,7 @@ itypes==1.2.0
# via
# -r requirements/base.txt
# coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/base.txt
# coreschema
Expand Down Expand Up @@ -426,7 +426,7 @@ notifications-api-common[setup-configuration]==0.4.0
# via
# -r requirements/base.txt
# commonground-api-common
open-api-framework==0.9.1
open-api-framework @ git+https://github.com/maykinmedia/open-api-framework.git@issue/93-security-patches
# via -r requirements/base.txt
orderedmultidict==1.0.1
# via
Expand Down Expand Up @@ -617,7 +617,7 @@ tblib==1.7.0
# via -r requirements/test-tools.in
text-unidecode==1.3
# via faker
tornado==6.4.1
tornado==6.4.2
# via
# -r requirements/base.txt
# flower
Expand Down Expand Up @@ -656,7 +656,7 @@ vine==5.1.0
# amqp
# celery
# kombu
waitress==2.1.2
waitress==3.0.1
# via webtest
wcwidth==0.2.13
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ cryptography==42.0.4
# webauthn
cssselect==1.1.0
# via pyquery
django==4.2.15
django==4.2.17
# via
# -r requirements/base.txt
# commonground-api-common
Expand Down Expand Up @@ -388,7 +388,7 @@ itypes==1.2.0
# via
# -r requirements/base.txt
# coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/base.txt
# coreschema
Expand Down Expand Up @@ -433,7 +433,7 @@ notifications-api-common[setup-configuration]==0.4.0
# via
# -r requirements/base.txt
# commonground-api-common
open-api-framework==0.9.1
open-api-framework @ git+https://github.com/maykinmedia/open-api-framework.git@issue/93-security-patches
# via -r requirements/base.txt
orderedmultidict==1.0.1
# via
Expand Down Expand Up @@ -627,7 +627,7 @@ tblib==1.7.0
# via -r requirements/test-tools.in
text-unidecode==1.3
# via faker
tornado==6.4.1
tornado==6.4.2
# via
# -r requirements/base.txt
# flower
Expand Down Expand Up @@ -666,7 +666,7 @@ vine==5.1.0
# amqp
# celery
# kombu
waitress==2.1.2
waitress==3.0.1
# via webtest
wcwidth==0.2.13
# via
Expand Down
Loading