Skip to content

Commit

Permalink
Merge pull request #8 from a-luna:upgrade-dependencies-20240103
Browse files Browse the repository at this point in the history
Update pytest and ruff versions
a-luna authored Jan 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents bee05da + 3e2d13f commit e09ef58
Showing 3 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ black==23.12.1
coverage==7.4.0
ipython==8.19.0
isort==5.13.2
pytest==7.4.3
pytest==7.4.4
pytest-black==0.3.12
pytest-clarity==1.0.1
pytest-cov==4.1.0
@@ -11,7 +11,7 @@ pytest-mock==3.12.0
pytest-random-order==1.1.0
pytest-sugar==0.9.7
pyupgrade==3.15.0
ruff==0.1.9
ruff==0.1.11
snoop==0.4.3
tox==4.11.4
trogon==0.5.0
15 changes: 7 additions & 8 deletions requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ anyio==4.2.0
appnope==0.1.3
asttokens==2.4.1
async-timeout==4.0.3
attrs==23.1.0
attrs==23.2.0
backcall==0.2.0
black==23.12.1
cachetools==5.3.2
@@ -39,7 +39,7 @@ jedi==0.19.1
linkify-it-py==2.0.2
log-symbols==0.0.14
lupa==2.0
lxml==4.9.4
lxml==5.0.0
markdown-it-py==3.0.0
matplotlib-inline==0.1.6
mdit-py-plugins==0.4.0
@@ -48,7 +48,6 @@ multidict==6.0.4
mypy-extensions==1.0.0
packaging==23.2
parso==0.8.3
Pygments==2.16.1
pathspec==0.12.1
pexpect==4.9.0
pickleshare==0.7.5
@@ -63,7 +62,7 @@ pydantic==2.5.3
pydantic_core==2.14.6
Pygments==2.17.2
pyproject-api==1.6.1
pytest==7.4.3
pytest==7.4.4
pytest-black==0.3.12
pytest-clarity==1.0.1
pytest-cov==4.1.0
@@ -74,17 +73,17 @@ pytest-sugar==0.9.7
python-dateutil==2.8.2
python-dotenv==1.0.0
pyupgrade==3.15.0
rapidfuzz==3.6.0
rapidfuzz==3.6.1
redis==5.0.1
requests==2.31.0
rich==13.7.0
ruff==0.1.9
ruff==0.1.11
six==1.16.0
sniffio==1.3.0
snoop==0.4.3
sortedcontainers==2.4.0
spinners==0.0.24
SQLAlchemy==2.0.23
SQLAlchemy==2.0.25
SQLAlchemy-Utils==0.41.1
sqlalchemy2-stubs==0.0.2a37
sqlmodel==0.0.14
@@ -97,7 +96,7 @@ tokenize-rt==5.2.0
toml==0.10.2
tomli==2.0.1
tox==4.11.4
traitlets==5.14.0
traitlets==5.14.1
tree-sitter==0.20.4
tree-sitter-languages==1.8.0
trogon==0.5.0
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@ click==8.1.7
fakeredis==2.20.1
fastapi==0.108.0
halo==0.0.31
httpx==0.25.2
httpx==0.26.0
lupa==2.0
lxml==4.9.4
pydantic==1.10.10
lxml==5.0.0
pydantic==2.5.3
python-dateutil==2.8.2
rapidfuzz==3.6.0
rapidfuzz==3.6.1
redis==5.0.1
requests==2.31.0
SQLAlchemy==1.4.41
SQLAlchemy==2.0.25
SQLAlchemy-Utils==0.41.1
sqlmodel==0.0.11
sqlmodel==0.0.14
uvicorn==0.25.0
watchfiles==0.21.0
watchfiles==0.21.0

0 comments on commit e09ef58

Please sign in to comment.