Skip to content

Commit

Permalink
chore: ⬆️ update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed May 4, 2024
1 parent 8b349e4 commit 2def64b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 27 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
black==24.4.0
coverage==7.4.4
black==24.4.2
coverage==7.5.0
ipython==8.23.0
isort==5.13.2
mypy==1.9.0
mypy==1.10.0
pip-upgrader==1.4.15
pytest==8.1.1
pytest==8.2.0
pytest-black==0.3.12
pytest-clarity==1.0.1
pytest-cov==5.0.0
Expand All @@ -13,7 +13,7 @@ pytest-mock==3.14.0
pytest-random-order==1.1.1
pytest-sugar==1.0.0
pyupgrade==3.15.2
ruff==0.4.1
ruff==0.4.3
snoop==0.4.3
tox==4.14.2
tox==4.15.0
trogon==0.5.0
48 changes: 32 additions & 16 deletions requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ asttokens==2.4.1
async-timeout==4.0.3
attrs==23.2.0
backcall==0.2.0
black==24.4.0
black==24.4.2
cachetools==5.3.3
certifi==2024.2.2
chardet==5.2.0
Expand All @@ -16,54 +16,61 @@ cheap-repr==0.5.1
click==8.1.7
colorama==0.4.6
colorclass==2.2.2
coverage==7.4.4
coverage==7.5.0
decorator==5.1.1
distlib==0.3.8
dnspython==2.6.1
docopt==0.6.2
email_validator==2.1.1
exceptiongroup==1.2.1
executing==2.0.1
fakeredis==2.22.0
fastapi==0.110.2
filelock==3.13.4
fastapi==0.111.0
fastapi-cli==0.0.2
filelock==3.14.0
frozenlist==1.4.1
h11==0.14.0
halo==0.0.31
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
idna==3.7
importlib_metadata==7.1.0
iniconfig==2.0.0
ipython==8.23.0
isort==5.13.2
jedi==0.19.1
Jinja2==3.1.3
linkify-it-py==2.0.3
log-symbols==0.0.14
lupa==2.1
lxml==5.2.1
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib-inline==0.1.7
mdit-py-plugins==0.4.0
mdurl==0.1.2
multidict==6.0.5
mypy==1.9.0
mypy==1.10.0
mypy-extensions==1.0.0
orjson==3.10.3
packaging==24.0
parso==0.8.4
pathspec==0.12.1
pexpect==4.9.0
pickleshare==0.7.5
pip-upgrader==1.4.15
platformdirs==4.2.0
platformdirs==4.2.1
pluggy==1.5.0
pprintpp==0.4.0
prompt-toolkit==3.0.43
ptyprocess==0.7.0
pure-eval==0.2.2
pydantic==2.7.0
pydantic_core==2.18.1
pydantic==2.7.1
pydantic_core==2.18.2
Pygments==2.17.2
pyproject-api==1.6.1
pytest==8.1.1
pytest==8.2.0
pytest-black==0.3.12
pytest-clarity==1.0.1
pytest-cov==5.0.0
Expand All @@ -73,12 +80,16 @@ pytest-random-order==1.1.1
pytest-sugar==1.0.0
python-dateutil==2.9.0
python-dotenv==1.0.1
python-multipart==0.0.9
pyupgrade==3.15.2
rapidfuzz==3.8.1
redis==5.0.3
PyYAML==6.0.1
rapidfuzz==3.9.0
redis==5.0.4
requests==2.31.0
rich==13.7.1
ruff==0.4.1
ruff==0.4.3
setuptools==69.5.1
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
snoop==0.4.3
Expand All @@ -87,26 +98,31 @@ spinners==0.0.24
SQLAlchemy==2.0.29
SQLAlchemy-Utils==0.41.2
sqlalchemy2-stubs==0.0.2a37
sqlmodel==0.0.16
sqlmodel==0.0.18
stack-data==0.6.3
starlette==0.37.2
termcolor==2.4.0
terminaltables==3.1.10
textual==0.57.1
textual==0.58.1
tokenize-rt==5.2.0
toml==0.10.2
tomli==2.0.1
tox==4.14.2
tox==4.15.0
traitlets==5.14.3
tree-sitter==0.21.3
tree-sitter-languages==1.10.2
trogon==0.5.0
typer==0.12.3
typing_extensions==4.11.0
uc-micro-py==1.0.3
ujson==5.9.0
urllib3==2.2.1
uvicorn==0.29.0
virtualenv==20.25.3
uvloop==0.19.0
virtualenv==20.26.1
watchfiles==0.21.0
wcwidth==0.2.13
websockets==12.0
wheel==0.43.0
yarl==1.9.4
zipp==3.18.1
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
click==8.1.7
fakeredis==2.22.0
fastapi==0.110.2
fastapi==0.111.0
halo==0.0.31
httpx==0.27.0
lupa==2.1
lxml==5.2.1
pydantic==2.7.0
pydantic==2.7.1
python-dateutil==2.9.0
rapidfuzz==3.8.1
redis==5.0.3
rapidfuzz==3.9.0
redis==5.0.4
requests==2.31.0
SQLAlchemy==2.0.29
SQLAlchemy-Utils==0.41.2
sqlmodel==0.0.16
sqlmodel==0.0.18
uvicorn==0.29.0
watchfiles==0.21.0

0 comments on commit 2def64b

Please sign in to comment.