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 committed Jan 3, 2025
1 parent fac8e93 commit 6c72ec3
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==43.0.0
# webauthn
diff-match-patch==20230430
# via django-import-export
django==4.2.15
django==4.2.17
# via
# commonground-api-common
# django-admin-index
Expand Down Expand Up @@ -219,7 +219,7 @@ isodate==0.6.1
# via commonground-api-common
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via coreschema
josepy==1.14.0
# via mozilla-django-oidc
Expand All @@ -239,7 +239,7 @@ mozilla-django-oidc-db==0.19.0
# via open-api-framework
notifications-api-common==0.3.1
# via commonground-api-common
open-api-framework==0.9.1
open-api-framework==0.9.2
# via -r requirements/base.in
openpyxl==3.1.5
# via tablib
Expand Down Expand Up @@ -323,7 +323,7 @@ sqlparse==0.5.1
# via django
tablib==3.5.0
# via django-import-export
tornado==6.4.1
tornado==6.4.2
# via flower
typing-extensions==4.12.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ diff-match-patch==20230430
# -c requirements/base.txt
# -r requirements/base.txt
# django-import-export
django==4.2.15
django==4.2.17
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -446,7 +446,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 @@ -505,7 +505,7 @@ notifications-api-common==0.3.1
# -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 @@ -714,7 +714,7 @@ tablib==3.5.0
# django-import-export
tblib==3.0.0
# via -r requirements/test-tools.in
tornado==6.4.1
tornado==6.4.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -759,7 +759,7 @@ vine==5.1.0
# amqp
# celery
# kombu
waitress==3.0.0
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 @@ -167,7 +167,7 @@ diff-match-patch==20230430
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-import-export
django==4.2.15
django==4.2.17
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -498,7 +498,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 @@ -569,7 +569,7 @@ notifications-api-common==0.3.1
# -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 @@ -845,7 +845,7 @@ tblib==3.0.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
tornado==6.4.1
tornado==6.4.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -892,7 +892,7 @@ vine==5.1.0
# amqp
# celery
# kombu
waitress==3.0.0
waitress==3.0.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 6c72ec3

Please sign in to comment.