Skip to content

Commit

Permalink
Merge branch 'main' into batcher-deakkafy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher authored Jan 3, 2025
2 parents 1fb89ba + 9272771 commit bea3f37
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions pipeline/inferrer/common/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.95.0
gunicorn==20.1.0
fastapi==0.109.1
gunicorn==22.0.0
uvicorn==0.11.7

aiofile>=3.8.8
Expand Down
28 changes: 14 additions & 14 deletions pipeline/inferrer/common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ addict==2.4.0
aiodns==3.2.0
# via aiohttp
aiofile==3.8.8
# via -r common/requirements.in
# via -r requirements.in
aiohttp[speedups]==3.9.5
# via -r common/requirements.in
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
# via starlette
async-timeout==4.0.3
# via
# -r common/requirements.in
# -r requirements.in
# aiohttp
attrs==23.2.0
# via aiohttp
Expand All @@ -38,14 +38,14 @@ click==7.1.2
# via uvicorn
exceptiongroup==1.2.1
# via anyio
fastapi==0.95.0
# via -r common/requirements.in
fastapi==0.109.1
# via -r requirements.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
gunicorn==20.1.0
# via -r common/requirements.in
gunicorn==22.0.0
# via -r requirements.in
h11==0.9.0
# via uvicorn
httptools==0.1.2
Expand All @@ -59,10 +59,12 @@ multidict==6.0.5
# via
# aiohttp
# yarl
packaging==24.1
# via gunicorn
piffle==0.5.0
# via -r common/requirements.in
# via -r requirements.in
pillow==10.3.0
# via -r common/requirements.in
# via -r requirements.in
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand All @@ -73,22 +75,20 @@ requests==2.32.3
# via piffle
sniffio==1.3.1
# via anyio
starlette==0.26.1
starlette==0.35.1
# via fastapi
typing-extensions==4.12.1
# via
# anyio
# fastapi
# pydantic
urllib3==2.2.1
# via requests
uvicorn==0.11.7
# via -r common/requirements.in
# via -r requirements.in
uvloop==0.19.0
# via uvicorn
websockets==8.1
# via uvicorn
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ object WellcomeDependencies {
object ExternalDependencies {
lazy val versions = new {
val apacheCommons = "1.12.0"
val awsLambdaClient = "2.5.1"
val awsLambdaEvents = "3.12.0"
val awsLambdaClient = "2.6.0"
val awsLambdaEvents = "3.14.0"
val circe = "0.14.1"
val diffJson = "4.1.1"
val fastparse = "2.3.3"
Expand Down

0 comments on commit bea3f37

Please sign in to comment.