Skip to content

Commit

Permalink
bump Scheduled weekly dependency update for week 36 (#54)
Browse files Browse the repository at this point in the history
* Update setuptools_scm from 6.0.1 to 6.2.0

* Update myst-parser from 0.15.1 to 0.15.2

* Update furo from 2021.8.17b43 to 2021.8.31

* Update types-python-dateutil from 0.1.6 to 2.8.0

* Update typing_extensions from 3.10.0 to 3.10.0.2

* Update pytest from 6.2.4 to 6.2.5

* Update setup.cfg

* Update pyproject.toml

* Update setup.cfg

Co-authored-by: Saugat Pachhai <suagatchhetri@outlook.com>
  • Loading branch information
pyup-bot and skshetry committed Sep 8, 2021
1 parent 4d59741 commit ade3e10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=6.3.1"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers =
Programming Language :: Python :: 3.9

[options]
setup_requires = setuptools_scm==6.0.1
setup_requires = setuptools_scm>=6.3.1
install_requires=
httpx>=0.18.2
python-dateutil>=2.8.1
Expand All @@ -37,17 +37,17 @@ all =
docs =
Sphinx==4.1.2
sphinx-copybutton==0.4.0
myst-parser==0.15.1
furo==2021.8.17b43
myst-parser==0.15.2
furo==2021.8.31
qa =
pylint-pytest==1.1.2
pylint==2.10.2
mypy==0.910
types-python-dateutil==0.1.6
types-python-dateutil==2.8.0
types-pkg_resources==0.1.3
tests =
typing_extensions==3.10.0
pytest==6.2.4
typing_extensions==3.10.0.2
pytest==6.2.5
pytest-cov==2.12.1
cheroot==8.5.2
WsgiDAV==3.1.1
Expand Down

0 comments on commit ade3e10

Please sign in to comment.