Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nirantak committed Nov 6, 2021
1 parent b8e8185 commit 3a9cf0a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ repos:
- id: pretty-format-json
args: [--autofix, --no-sort-keys]
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: "3.9.2"
rev: "4.0.1"
hooks:
- id: flake8
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ classifiers = [
]
requires-python = "~=3.8"
requires = [
"httpx ~=0.19.0",
"httpx ~=0.20.0",
"typer[all] ~=0.4.0",
"rich ~=10.11.0",
"rich ~=10.12.0",
]

[tool.flit.scripts]
hue = "hue.cli:app"

[tool.flit.metadata.requires-extra]
doc = [
"mkdocs ~=1.2.2",
"mkdocs-material ~=7.3.1",
"mkdocs ~=1.2.3",
"mkdocs-material ~=7.3.6",
"mkdocstrings ~=0.16.2",
]
test = [
Expand Down
33 changes: 17 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
anyio==3.2.1
appdirs==1.4.4
attrs==21.2.0
black==21.9b0
black==21.10b0
certifi==2021.5.30
cfgv==3.3.0
chardet==4.0.0
charset-normalizer==2.0.4
click==7.1.2
colorama==0.4.4
commonmark==0.9.1
coverage==5.5
coverage==6.1.1
distlib==0.3.2
docutils==0.17.1
Faker==8.16.0
Faker==9.8.0
filelock==3.0.12
flake8==3.9.2
flit==3.3.0
flit_core==3.3.0
flake8==4.0.1
flit==3.4.0
flit_core==3.4.0
ghp-import==2.0.1
h11==0.12.0
httpcore==0.13.6
httpx==0.19.0
httpx==0.20.0
identify==2.2.10
idna==2.10
importlib-metadata==4.6.0
Expand All @@ -30,27 +30,27 @@ Markdown==3.3.4
MarkupSafe==2.0.1
mccabe==0.6.1
mergedeep==1.3.4
mkdocs==1.2.2
mkdocs==1.2.3
mkdocs-autorefs==0.2.1
mkdocs-material==7.3.1
mkdocs-material==7.3.6
mkdocs-material-extensions==1.0.1
mkdocstrings==0.16.2
mypy-extensions==0.4.3
nodeenv==1.6.0
packaging==20.9
pathspec==0.9.0
pip==21.2.4
pip==21.3.1
platformdirs==2.3.0
pluggy==0.13.1
pre-commit==2.15.0
py==1.10.0
pycodestyle==2.7.0
pyflakes==2.3.1
Pygments==2.9.0
pycodestyle==2.8.0
pyflakes==2.4.0
Pygments==2.10.0
pymdown-extensions==9.0
pyparsing==2.4.7
pytest==6.2.5
pytest-asyncio==0.15.1
pytest-asyncio==0.16.0
pytest-cov==3.0.0
pytest-mock==3.6.1
python-dateutil==2.8.1
Expand All @@ -60,14 +60,15 @@ pyyaml_env_tag==0.1
regex==2021.4.4
requests==2.25.1
rfc3986==1.5.0
rich==10.11.0
setuptools==58.2.0
rich==10.12.0
setuptools==58.5.3
shellingham==1.4.0
six==1.16.0
sniffio==1.2.0
text-unidecode==1.3
toml==0.10.2
tomli==1.0.4
tomli_w==0.4.0
tox==3.24.4
typer==0.4.0
typing-extensions==3.10.0.2
Expand Down

0 comments on commit 3a9cf0a

Please sign in to comment.