Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brownben committed Aug 7, 2024
1 parent 7841816 commit 8639610
Show file tree
Hide file tree
Showing 4 changed files with 5,009 additions and 6,749 deletions.
20 changes: 10 additions & 10 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license = "MIT"

dependencies = [
# fastapi
"fastapi~=0.110.1",
"uvicorn[standard]~=0.29.0",
"fastapi~=0.112.0",
"uvicorn[standard]~=0.30.5",
"uvloop~=0.19.0; platform_system != 'Windows'",

# database
Expand All @@ -21,23 +21,23 @@ dependencies = [

# results file parsing
"beautifulsoup4~=4.12.3",
"lxml~=5.2.1",
"lxml~=5.2.2",
"defusedxml~=0.7.1",

# check firebase auth tokens
"google-auth~=2.29.0",
"requests~=2.31.0",
"google-auth~=2.33.0",
"requests~=2.32.3",

"httpx~=0.27.0", # make requests for results files
"icalendar~=5.0.12" # generate ical files
"icalendar~=5.0.13" # generate ical files
]
optional-dependencies.dev = [
"aiosqlite~=0.20.0",
"coverage~=7.4.4",
"mypy~=1.9.0",
"coverage~=7.6.1",
"mypy~=1.11.1",
"respx~=0.21.1",
"ruff~=0.3.5",
"time-machine~=2.14.1",
"ruff~=0.5.6",
"time-machine~=2.15.0",
"types-beautifulsoup4~=4.12.0",
"types-icalendar~=5.0.0",
"types-requests~=2.31.0"
Expand Down
25 changes: 19 additions & 6 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ anyio==4.3.0
async-timeout==4.0.3
# via asyncpg
asyncpg==0.29.0
# via munro (pyproject.toml)
beautifulsoup4==4.12.3
# via munro (pyproject.toml)
black==24.3.0
# via piccolo
cachetools==5.3.3
Expand All @@ -26,17 +28,22 @@ click==8.1.7
# uvicorn
colorama==0.4.6
# via
# click
# piccolo
# targ
# uvicorn
defusedxml==0.7.1
# via munro (pyproject.toml)
dnspython==2.6.1
# via email-validator
docstring-parser==0.16
# via targ
email-validator==2.1.1
# via pydantic
fastapi==0.110.1
google-auth==2.29.0
fastapi==0.112.0
# via munro (pyproject.toml)
google-auth==2.33.0
# via munro (pyproject.toml)
h11==0.14.0
# via
# httpcore
Expand All @@ -46,7 +53,9 @@ httpcore==1.0.5
httptools==0.6.1
# via uvicorn
httpx==0.27.0
icalendar==5.0.12
# via munro (pyproject.toml)
icalendar==5.0.13
# via munro (pyproject.toml)
idna==3.6
# via
# anyio
Expand All @@ -57,7 +66,8 @@ inflection==0.5.1
# via piccolo
jinja2==3.1.3
# via piccolo
lxml==5.2.1
lxml==5.2.2
# via munro (pyproject.toml)
markupsafe==2.1.5
# via jinja2
mypy-extensions==1.0.0
Expand All @@ -67,6 +77,7 @@ packaging==24.0
pathspec==0.12.1
# via black
piccolo==0.119.0
# via munro (pyproject.toml)
platformdirs==4.2.0
# via black
pyasn1==0.6.0
Expand All @@ -87,7 +98,8 @@ pytz==2024.1
# via icalendar
pyyaml==6.0.1
# via uvicorn
requests==2.31.0
requests==2.32.3
# via munro (pyproject.toml)
rsa==4.9
# via google-auth
six==1.16.0
Expand All @@ -109,7 +121,8 @@ typing-extensions==4.11.0
# pydantic
urllib3==2.2.1
# via requests
uvicorn==0.29.0
uvicorn==0.30.5
# via munro (pyproject.toml)
uvloop==0.19.0; platform_system != "Windows"
# via uvicorn
watchfiles==0.21.0
Expand Down
Loading

0 comments on commit 8639610

Please sign in to comment.