Skip to content

Commit

Permalink
Merge pull request #123 from neuroforgede/wip/make_compose_client_bac…
Browse files Browse the repository at this point in the history
…kwards_compatible#main

bump libraries to fix CVEs
  • Loading branch information
s4ke authored Apr 19, 2024
2 parents f17245f + 36d8eee commit 37630e2
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 84 deletions.
4 changes: 2 additions & 2 deletions skipper/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pytz = "==2024.1"
django-enumchoicefield = "==1.1.0"
requests = "==2.31.0"
django-filter = "==23.5"
gunicorn = {version = "==21.2.0", extras = ["gevent"]}
gunicorn = {version = "==22.0.0", extras = ["gevent"]}
django-storages = "==1.12.3"
boto3 = "==1.34.49"
celery = "==5.3.6"
Expand Down Expand Up @@ -57,7 +57,7 @@ opentelemetry-instrumentation-requests = "==0.44b0"
opentelemetry-instrumentation-botocore = "==0.44b0"
opentelemetry-instrumentation-psycopg2 = "==0.44b0"
opentelemetry-instrumentation-redis = "==0.44b0"
sqlparse = "==0.4.4"
sqlparse = "==0.5.0"
Django = "==5.0.3"
Pillow = "==10.3.0"
FormEncode = "==2.0.1"
Expand Down
164 changes: 82 additions & 82 deletions skipper/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37630e2

Please sign in to comment.