Skip to content

Commit

Permalink
update to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Feb 22, 2023
1 parent 39571bc commit 83059d2
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 51 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ shapely
pytest
pytest-mock
requests-mock
coverage
coverage
boto3
113 changes: 63 additions & 50 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,129 +4,140 @@
#
# pip-compile
#
alembic==1.8.1
alembic==1.9.4
# via -r requirements.in
anyio==3.6.1
anyio==3.6.2
# via
# starlette
# watchfiles
appdirs==1.4.4
# via requests-cache
attrs==22.1.0
attrs==22.2.0
# via
# cattrs
# pytest
# requests-cache
black==22.8.0
black==23.1.0
# via -r requirements.in
cattrs==22.1.0
boto3==1.26.76
# via -r requirements.in
botocore==1.29.76
# via
# boto3
# s3transfer
cattrs==22.2.0
# via requests-cache
certifi==2022.6.15
certifi==2022.12.7
# via
# elasticsearch
# requests
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via requests
click==8.1.3
# via
# -r requirements.in
# black
# strawberry-graphql
# uvicorn
colorama==0.4.5
colorama==0.4.6
# via
# click
# pytest
# tqdm
# uvicorn
coverage==6.4.4
coverage==7.1.0
# via -r requirements.in
elasticsearch==7.17.6
elasticsearch==7.17.9
# via elasticsearch-dsl
elasticsearch-dsl==7.4.0
# via -r requirements.in
exceptiongroup==1.0.0rc9
# via cattrs
fastapi==0.82.0
exceptiongroup==1.1.0
# via
# cattrs
# pytest
fastapi==0.92.0
# via
# -r requirements.in
# strawberry-graphql
geoalchemy2==0.12.5
geoalchemy2==0.13.1
# via -r requirements.in
graphql-core==3.2.1
graphql-core==3.2.3
# via strawberry-graphql
greenlet==1.1.3
greenlet==2.0.2
# via sqlalchemy
h11==0.13.0
h11==0.14.0
# via uvicorn
httptools==0.4.0
httptools==0.5.0
# via uvicorn
idna==3.3
idna==3.4
# via
# anyio
# requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
isort==5.10.1
isort==5.12.0
# via -r requirements.in
jinja2==3.1.2
# via -r requirements.in
mako==1.2.2
jmespath==1.0.1
# via
# boto3
# botocore
mako==1.2.4
# via alembic
markupsafe==2.1.1
markupsafe==2.1.2
# via
# jinja2
# mako
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via black
packaging==21.3
numpy==1.24.2
# via shapely
packaging==23.0
# via
# black
# geoalchemy2
# pytest
pathspec==0.10.1
pathspec==0.11.0
# via black
platformdirs==2.5.2
platformdirs==3.0.0
# via black
pluggy==1.0.0
# via pytest
psycopg2-binary==2.9.3
psycopg2-binary==2.9.5
# via -r requirements.in
py==1.11.0
# via pytest
pydantic==1.10.2
pydantic==1.10.5
# via fastapi
pygments==2.13.0
# via strawberry-graphql
pyparsing==3.0.9
# via packaging
pytest==7.1.3
pytest==7.2.1
# via
# -r requirements.in
# pytest-mock
pytest-mock==3.8.2
pytest-mock==3.10.0
# via -r requirements.in
python-dateutil==2.8.2
# via
# botocore
# elasticsearch-dsl
# strawberry-graphql
python-dotenv==0.21.0
python-dotenv==0.21.1
# via
# -r requirements.in
# uvicorn
python-multipart==0.0.5
# via strawberry-graphql
pyyaml==6.0
# via uvicorn
requests==2.28.1
requests==2.28.2
# via
# -r requirements.in
# requests-cache
# requests-mock
requests-cache==0.9.6
requests-cache==0.9.8
# via -r requirements.in
requests-mock==1.10.0
# via -r requirements.in
shapely==1.8.4
s3transfer==0.6.0
# via boto3
shapely==2.0.1
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -137,35 +148,37 @@ six==1.16.0
# url-normalize
sniffio==1.3.0
# via anyio
sqlalchemy==1.4.41
sqlalchemy==2.0.4
# via
# -r requirements.in
# alembic
# geoalchemy2
starlette==0.19.1
starlette==0.25.0
# via fastapi
strawberry-graphql[fastapi]==0.128.0
strawberry-graphql[fastapi]==0.158.2
# via -r requirements.in
tomli==2.0.1
# via
# black
# pytest
tqdm==4.64.1
# via -r requirements.in
typing-extensions==4.3.0
typing-extensions==4.5.0
# via
# pydantic
# sqlalchemy
# strawberry-graphql
url-normalize==1.4.3
# via requests-cache
urllib3==1.26.12
urllib3==1.26.14
# via
# botocore
# elasticsearch
# requests
# requests-cache
uvicorn[standard]==0.18.3
uvicorn[standard]==0.20.0
# via -r requirements.in
watchfiles==0.16.1
watchfiles==0.18.1
# via uvicorn
websockets==10.3
websockets==10.4
# via uvicorn

0 comments on commit 83059d2

Please sign in to comment.