Skip to content

Commit

Permalink
Merge pull request #41 from a-luna:update-deps_20240325
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
a-luna authored Mar 25, 2024
2 parents 1f18a95 + e0458fd commit f857281
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 48 deletions.
88 changes: 52 additions & 36 deletions requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,96 +1,112 @@
aiohttp==3.9.3
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.3.0
anyio==4.2.0
appnope==0.1.4
asttokens==2.4.1
black==24.3.0
cachetools==5.3.3
async-timeout==4.0.3
attrs==23.2.0
backcall==0.2.0
black==24.2.0
cachetools==5.3.2
certifi==2024.2.2
chardet==5.2.0
charset-normalizer==3.3.2
cheap-repr==0.5.1
click==8.1.7
colorama==0.4.6
colorclass==2.2.2
coverage==7.4.4
coverage==7.4.1
decorator==5.1.1
distlib==0.3.8
docopt==0.6.2
exceptiongroup==1.2.0
executing==2.0.1
fakeredis==2.21.3
fastapi==0.110.0
filelock==3.13.1
greenlet==3.0.3
fakeredis==2.21.1
fastapi==0.109.2
filelock==3.13.3
frozenlist==1.4.1
h11==0.14.0
halo==0.0.31
httpcore==1.0.4
httpx==0.27.0
httpcore==1.0.3
httpx==0.26.0
idna==3.6
importlib-metadata==7.0.1
iniconfig==2.0.0
ipython==8.22.2
ipython==8.19.0
isort==5.13.2
jedi==0.19.1
linkify-it-py==2.0.3
log-symbols==0.0.14
lupa==2.0
lupa==2.1
lxml==5.1.0
markdown-it-py==3.0.0
matplotlib-inline==0.1.6
mdit-py-plugins==0.4.0
mdurl==0.1.2
mypy==1.9.0
multidict==6.0.5
mypy==1.8.0
mypy-extensions==1.0.0
packaging==24.0
packaging==23.2
parso==0.8.3
pathspec==0.12.1
pexpect==4.9.0
pickleshare==0.7.5
pip-upgrader==1.4.15
platformdirs==4.2.0
pluggy==1.4.0
pprintpp==0.4.0
prompt-toolkit==3.0.43
ptyprocess==0.7.0
pure-eval==0.2.2
pydantic==2.6.4
pydantic_core==2.16.3
pydantic==2.6.1
pydantic_core==2.16.2
Pygments==2.17.2
pyproject-api==1.6.1
pytest==8.1.1
pytest==8.0.0
pytest-black==0.3.12
pytest-clarity==1.0.1
pytest-cov==4.1.0
pytest-cov==5.0.0
pytest-dotenv==0.5.2
pytest-mock==3.14.0
pytest-mock==3.12.0
pytest-random-order==1.1.1
pytest-sugar==1.0.0
python-dateutil==2.9.0
python-dateutil==2.8.2
python-dotenv==1.0.1
pyupgrade==3.15.1
rapidfuzz==3.6.2
redis==5.0.3
pyupgrade==3.15.2
rapidfuzz==3.7.0
redis==5.0.1
requests==2.31.0
rich==13.7.1
ruff==0.3.4
rich==13.7.0
ruff==0.2.1
six==1.16.0
sniffio==1.3.1
sniffio==1.3.0
snoop==0.4.3
sortedcontainers==2.4.0
spinners==0.0.24
SQLAlchemy==2.0.28
SQLAlchemy-Utils==0.41.1
sqlmodel==0.0.16
SQLAlchemy==2.0.29
SQLAlchemy-Utils==0.41.2
sqlalchemy2-stubs==0.0.2a37
sqlmodel==0.0.14
stack-data==0.6.3
starlette==0.36.3
termcolor==2.4.0
terminaltables==3.1.10
textual==0.53.1
textual==0.51.0
tokenize-rt==5.2.0
toml==0.10.2
tox==4.14.2
traitlets==5.14.2
tomli==2.0.1
tox==4.12.1
traitlets==5.14.1
tree-sitter==0.20.4
tree-sitter-languages==1.10.2
trogon==0.5.0
typing_extensions==4.10.0
typing_extensions==4.9.0
uc-micro-py==1.0.3
urllib3==2.2.1
uvicorn==0.29.0
virtualenv==20.25.1
urllib3==2.2.0
uvicorn==0.27.1
virtualenv==20.25.0
watchfiles==0.21.0
wcwidth==0.2.13
yarl==1.9.4
zipp==3.17.0
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
click==8.1.7
fakeredis==2.21.3
fastapi==0.110.0
fakeredis==2.21.1
fastapi==0.109.2
halo==0.0.31
httpx==0.27.0
lupa==2.0
httpx==0.26.0
lupa==2.1
lxml==5.1.0
pydantic==2.6.4
python-dateutil==2.9.0
rapidfuzz==3.6.2
redis==5.0.3
pydantic==2.6.1
python-dateutil==2.8.2
rapidfuzz==3.7.0
redis==5.0.1
requests==2.31.0
SQLAlchemy==2.0.28
SQLAlchemy-Utils==0.41.1
sqlmodel==0.0.16
uvicorn==0.29.0
SQLAlchemy==2.0.29
SQLAlchemy-Utils==0.41.2
sqlmodel==0.0.14
uvicorn==0.27.1
watchfiles==0.21.0

0 comments on commit f857281

Please sign in to comment.