Skip to content

Commit

Permalink
build: Upgrade vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 30, 2024
1 parent 6751a45 commit d31ac9c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 5 additions & 1 deletion requirements.txt
Expand Up @@ -61,7 +61,7 @@ et-xmlfile==1.1.0
# via openpyxl
flattentool==0.24.0
# via libcove
gunicorn[setproctitle]==20.1.0
gunicorn[setproctitle]==22.0.0
# via -r requirements_nongpl.txt
idna==3.7
# via
Expand Down Expand Up @@ -126,6 +126,10 @@ orjson==3.9.15
# libcoveocds
# ocdskit
# yapw
packaging==24.0
# via
# -r requirements_nongpl.txt
# gunicorn
persistent==5.1
# via
# btrees
Expand Down
6 changes: 4 additions & 2 deletions requirements_dev.txt
Expand Up @@ -99,7 +99,7 @@ flattentool==0.24.0
# via
# -r requirements.txt
# libcove
gunicorn[setproctitle]==20.1.0
gunicorn[setproctitle]==22.0.0
# via -r requirements.txt
identify==2.3.5
# via pre-commit
Expand Down Expand Up @@ -182,10 +182,12 @@ orjson==3.9.15
# libcoveocds
# ocdskit
# yapw
packaging==23.1
packaging==24.0
# via
# -r requirements.txt
# black
# build
# gunicorn
pathspec==0.9.0
# via black
persistent==5.1
Expand Down
7 changes: 3 additions & 4 deletions requirements_nongpl.txt
Expand Up @@ -37,7 +37,7 @@ djangorestframework==3.15.1
# drf-spectacular
drf-spectacular==0.27.2
# via -r requirements_nongpl.in
gunicorn[setproctitle]==20.1.0
gunicorn[setproctitle]==22.0.0
# via -r requirements_nongpl.in
idna==3.7
# via requests
Expand Down Expand Up @@ -72,6 +72,8 @@ orjson==3.9.15
# via
# ocdskit
# yapw
packaging==24.0
# via gunicorn
pika==1.3.2
# via yapw
platformdirs==3.8.1
Expand Down Expand Up @@ -119,6 +121,3 @@ urllib3==2.0.7
# sentry-sdk
yapw[perf]==0.1.4
# via -r requirements_nongpl.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit d31ac9c

Please sign in to comment.