Skip to content

Commit

Permalink
chore(deps): disable renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
vanstinator committed Jan 30, 2022
1 parent b026b82 commit 2fd84de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local_scheme = "no-local-version"

[tool.black]
line-length = 88
target-version = ['py36', 'py37', 'py38']
target-version = ['py38', 'py39', 'py310']
include = '\.pyi?$'
extend-exclude = '''
/(
Expand Down
11 changes: 0 additions & 11 deletions renovate.json

This file was deleted.

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4==4.10.0
requests==2.27.1
urllib3==1.26.8
html5lib==1.1
aiohttp==3.8.1
asyncio==3.4.3
BeautifulSoup4>=4.0.1
requests>=2.18.2
urllib3>=1.22
html5lib>=1.0.1
aiohttp
asyncio

0 comments on commit 2fd84de

Please sign in to comment.