Skip to content

Commit

Permalink
Merge branch 'develop' into refactor/patch-object-on-save
Browse files Browse the repository at this point in the history
  • Loading branch information
genie9 authored Feb 16, 2022
2 parents 48fb095 + 5d4a978 commit 135af96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiofiles==0.8.0
# via -r requirements-dev.in
backports.entry-points-selectable==1.1.1
backports-entry-points-selectable==1.1.1
# via virtualenv
black==22.1.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -44,7 +44,7 @@ pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
pip-tools==6.5.0
pip-tools==6.5.1
# via -r requirements-dev.in
platformdirs==2.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=requirements,
extras_require={
"test": ["coverage==6.3.1", "pytest==7.0.0", "pytest-cov==3.0.0", "tox==3.24.5"],
"test": ["coverage==6.3.1", "pytest==7.0.1", "pytest-cov==3.0.0", "tox==3.24.5"],
"docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.0.0"],
},
package_data={
Expand Down

0 comments on commit 135af96

Please sign in to comment.