Skip to content

Commit

Permalink
⬆️ [maykinmedia/open-api-framework#93] Security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal authored and SonnyBA committed Jan 8, 2025
1 parent 386dc08 commit 64b4a3e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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 @@ -224,7 +224,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 @@ -248,7 +248,7 @@ notifications-api-common==0.4.0
# via
# -r requirements/base.in
# commonground-api-common
open-api-framework==0.9.1
open-api-framework==0.9.2
# via -r requirements/base.in
orderedmultidict==1.0.1
# via furl
Expand Down Expand Up @@ -335,7 +335,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 @@ -147,7 +147,7 @@ cryptography==42.0.4
# webauthn
cssselect==1.1.0
# via pyquery
django==4.2.15
django==4.2.17
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -439,7 +439,7 @@ itypes==1.2.0
# -c requirements/base.txt
# -r requirements/base.txt
# coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -493,7 +493,7 @@ notifications-api-common==0.4.0
# -c requirements/base.txt
# -r requirements/base.txt
# commonground-api-common
open-api-framework==0.9.1
open-api-framework==0.9.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -717,7 +717,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
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -763,7 +763,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 @@ -174,7 +174,7 @@ cssselect==1.1.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# pyquery
django==4.2.15
django==4.2.17
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -493,7 +493,7 @@ itypes==1.2.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -559,7 +559,7 @@ notifications-api-common==0.4.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# commonground-api-common
open-api-framework==0.9.1
open-api-framework==0.9.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -857,7 +857,7 @@ text-unidecode==1.3
# -c requirements/ci.txt
# -r requirements/ci.txt
# faker
tornado==6.4.1
tornado==6.4.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -905,7 +905,7 @@ vine==5.1.0
# amqp
# celery
# kombu
waitress==2.1.2
waitress==3.0.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 64b4a3e

Please sign in to comment.