Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Nov 17, 2023
1 parent 1d8746a commit abb23f7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 87 deletions.
22 changes: 9 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile ./requirements.in
#
aiohttp==3.8.6
aiohttp==3.9.0
# via
# -r ./requirements.in
# geoip2
Expand All @@ -20,9 +20,9 @@ attrs==23.1.0
# via
# -r ./requirements.in
# aiohttp
boto3==1.28.62
boto3==1.29.4
# via -r ./requirements.in
botocore==1.31.62
botocore==1.32.4
# via
# boto3
# s3transfer
Expand All @@ -42,13 +42,11 @@ colorama==0.4.6
# via -r ./requirements.in
confluent-kafka==2.3.0
# via -r ./requirements.in
deepdiff==6.6.0
deepdiff==6.7.1
# via -r ./requirements.in
elasticsearch==7.17.9
# via -r ./requirements.in
exceptiongroup==1.1.3
# via anyio
fastapi==0.103.2
fastapi==0.104.1
# via -r ./requirements.in
filelock==3.13.1
# via
Expand All @@ -62,7 +60,7 @@ geoip2==4.7.0
# via -r ./requirements.in
h11==0.14.0
# via uvicorn
hyperscan==0.5.0 ; sys_platform == "linux" and platform_machine == "x86_64"
hyperscan==0.6.0 ; sys_platform == "linux" and platform_machine == "x86_64"
# via -r ./requirements.in
idna==3.4
# via
Expand Down Expand Up @@ -102,7 +100,7 @@ opensearch-py==2.4.2
# via -r ./requirements.in
ordered-set==4.1.0
# via deepdiff
platformdirs==3.11.0
platformdirs==4.0.0
# via urlextract
ply==3.11
# via luqum
Expand Down Expand Up @@ -141,7 +139,7 @@ requests==2.31.0
# tldextract
requests-file==1.5.1
# via tldextract
ruamel-yaml==0.17.35
ruamel-yaml==0.18.5
# via -r ./requirements.in
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
Expand Down Expand Up @@ -173,13 +171,11 @@ typing-extensions==4.8.0
# fastapi
# pydantic
# pydantic-core
# starlette
# uvicorn
uritools==4.0.2
# via urlextract
urlextract==1.8.0
# via -r ./requirements.in
urllib3==1.26.17
urllib3==1.26.18
# via
# -r ./requirements.in
# botocore
Expand Down
84 changes: 10 additions & 74 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
#
# pip-compile ./requirements_dev.in
#
<<<<<<< HEAD
aiohttp==3.8.6
=======
aiohttp==3.9.0
>>>>>>> f657669 (bumb dependencies)
# via
# -r ./requirements.txt
# geoip2
Expand All @@ -26,7 +22,7 @@ anyio==3.7.1
# fastapi
# httpx
# starlette
astroid==3.0.0
astroid==3.0.1
# via pylint
attrs==23.1.0
# via
Expand All @@ -35,20 +31,9 @@ attrs==23.1.0
# semgrep
black==23.11.0
# via -r ./requirements_dev.in
<<<<<<< HEAD
boltons==21.0.0
# via
# face
# glom
# semgrep
boto3==1.28.62
# via -r ./requirements.txt
botocore==1.31.62
=======
boto3==1.29.4
# via -r ./requirements.txt
botocore==1.32.4
>>>>>>> f657669 (bumb dependencies)
# via
# -r ./requirements.txt
# boto3
Expand Down Expand Up @@ -80,24 +65,13 @@ confluent-kafka==2.3.0
# via -r ./requirements.txt
coverage[toml]==7.3.2
# via pytest-cov
<<<<<<< HEAD
deepdiff==6.6.0
=======
deepdiff==6.7.1
>>>>>>> f657669 (bumb dependencies)
# via -r ./requirements.txt
dill==0.3.7
# via pylint
elasticsearch==7.17.9
# via -r ./requirements.txt
exceptiongroup==1.1.3
# via
# -r ./requirements.txt
# anyio
# pytest
face==22.0.0
# via glom
fastapi==0.103.2
fastapi==0.104.1
# via -r ./requirements.txt
filelock==3.13.1
# via
Expand All @@ -120,11 +94,7 @@ httpcore==1.0.2
# via httpx
httpx==0.25.1
# via -r ./requirements_dev.in
<<<<<<< HEAD
hyperscan==0.5.0 ; sys_platform == "linux" and platform_machine == "x86_64"
=======
hyperscan==0.6.0 ; sys_platform == "linux" and platform_machine == "x86_64"
>>>>>>> f657669 (bumb dependencies)
# via -r ./requirements.txt
idna==3.4
# via
Expand Down Expand Up @@ -154,10 +124,6 @@ joblib==1.3.2
# scikit-learn
jsonref==1.1.0
# via -r ./requirements.txt
jsonschema==4.19.1
# via semgrep
jsonschema-specifications==2023.7.1
# via jsonschema
luqum==0.13.0
# via -r ./requirements.txt
markupsafe==2.1.3
Expand All @@ -168,8 +134,6 @@ maxminddb==2.5.1
# geoip2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
msgspec==0.18.4
# via -r ./requirements.txt
multidict==6.0.4
Expand Down Expand Up @@ -198,9 +162,7 @@ packaging==23.2
# pytest
pathspec==0.11.2
# via black
peewee==3.16.3
# via semgrep
platformdirs==3.11.0
platformdirs==4.0.0
# via
# -r ./requirements.txt
# black
Expand Down Expand Up @@ -230,7 +192,7 @@ pydantic-core==2.14.3
# pydantic
pygrok==1.0.0
# via -r ./requirements.txt
pylint==3.0.1
pylint==3.0.2
# via -r ./requirements_dev.in
pyparsing==3.1.1
# via -r ./requirements.txt
Expand All @@ -251,10 +213,7 @@ pyyaml==6.0.1
# via
# -r ./requirements.txt
# responses
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
# semgrep
regex==2023.10.3
# via
# -r ./requirements.txt
Expand All @@ -274,16 +233,8 @@ requests-file==1.5.1
# tldextract
responses==0.24.1
# via -r ./requirements_dev.in
rich==13.6.0
# via semgrep
rpds-py==0.10.4
# via
# jsonschema
# referencing
ruamel-yaml==0.17.35
# via
# -r ./requirements.txt
# semgrep
ruamel-yaml==0.18.5
# via -r ./requirements.txt
ruamel-yaml-clib==0.2.8
# via
# -r ./requirements.txt
Expand All @@ -300,7 +251,7 @@ scipy==1.11.4
# via
# -r ./requirements.txt
# scikit-learn
semgrep==1.43.0
semgrep==0.9.0
# via -r ./requirements_dev.in
six==1.16.0
# via
Expand All @@ -323,36 +274,21 @@ threadpoolctl==3.2.0
# scikit-learn
tldextract==5.1.1
# via -r ./requirements.txt
tomli==2.0.1
# via
# black
# coverage
# pylint
# pytest
# semgrep
tomlkit==0.12.1
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
# -r ./requirements.txt
# astroid
# black
# fastapi
# pydantic
# pydantic-core
# pylint
# semgrep
# starlette
# uvicorn
ujson==5.8.0
# via python-lsp-jsonrpc
uritools==4.0.2
# via
# -r ./requirements.txt
# urlextract
urlextract==1.8.0
# via -r ./requirements.txt
urllib3==1.26.17
urllib3==1.26.18
# via
# -r ./requirements.txt
# botocore
Expand Down

0 comments on commit abb23f7

Please sign in to comment.