Skip to content

Commit

Permalink
Updated the project requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Oct 8, 2022
1 parent 4e8c398 commit 0834e0b
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 149 deletions.
2 changes: 1 addition & 1 deletion requirements/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
objects = $(wildcard *.in)
outputs := $(objects:.in=.txt)

all: $(outputs)
all: clean $(outputs)

%.txt: %.in
pip-compile --quiet --output-file $@ $<
Expand Down
129 changes: 61 additions & 68 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --output-file=dev.txt dev.in
#
aiohttp==3.8.1
aiohttp==3.8.3
# via -r test.txt
aiosignal==1.2.0
# via
Expand All @@ -14,22 +14,22 @@ alabaster==0.7.12
# via
# -r docs.txt
# sphinx
argopt==0.7.0
argopt==0.7.1
# via git-fame
arrow==1.2.2
arrow==1.2.3
# via
# -r test.txt
# jinja2-time
async-timeout==4.0.2
# via
# -r test.txt
# aiohttp
attrs==21.4.0
attrs==22.1.0
# via
# -r test.txt
# aiohttp
# pytest
babel==2.10.1
babel==2.10.3
# via
# -r docs.txt
# sphinx
Expand All @@ -43,11 +43,13 @@ binaryornot==0.4.4
# via
# -r test.txt
# cookiecutter
black==22.3.0
black==22.10.0
# via -r test.txt
build==0.8.0
# via pip-tools
bump2version==1.0.1
# via -r dev.in
certifi==2022.5.18.1
certifi==2022.9.24
# via
# -r docs.txt
# -r test.txt
Expand All @@ -56,11 +58,11 @@ cfgv==3.3.1
# via
# -r test.txt
# pre-commit
chardet==4.0.0
chardet==5.0.0
# via
# -r test.txt
# binaryornot
charset-normalizer==2.0.12
charset-normalizer==2.1.1
# via
# -r docs.txt
# -r test.txt
Expand All @@ -85,64 +87,60 @@ commonmark==0.9.1
# rich
cookiecutter==2.1.1
# via -r test.txt
coverage[toml]==6.4.1
coverage[toml]==6.5.0
# via
# -r test.txt
# pytest-cov
distlib==0.3.4
distlib==0.3.6
# via
# -r test.txt
# virtualenv
docutils==0.18.1
docutils==0.19
# via
# -r docs.txt
# myst-parser
# sphinx
# sphinx-click
filelock==3.7.1
filelock==3.8.0
# via
# -r test.txt
# virtualenv
flake8==4.0.1
flake8==5.0.4
# via -r test.txt
frozenlist==1.3.0
frozenlist==1.3.1
# via
# -r test.txt
# aiohttp
# aiosignal
fsspec==2022.5.0
fsspec==2022.8.2
# via -r test.txt
furo==2022.6.4.1
furo==2022.9.29
# via -r docs.txt
generate-changelog==0.7.6
generate-changelog==0.9.0
# via -r dev.in
ghp-import==2.1.0
# via -r docs.txt
git-fame==1.15.1
git-fame==1.15.2
# via -r dev.in
gitdb==4.0.9
# via
# -r test.txt
# gitpython
gitpython==3.1.27
gitpython==3.1.28
# via
# -r test.txt
# generate-changelog
identify==2.5.1
identify==2.5.6
# via
# -r test.txt
# pre-commit
idna==3.3
idna==3.4
# via
# -r docs.txt
# -r test.txt
# requests
# yarl
imagesize==1.3.0
# via
# -r docs.txt
# sphinx
importlib-metadata==4.11.4
imagesize==1.4.1
# via
# -r docs.txt
# sphinx
Expand Down Expand Up @@ -175,19 +173,19 @@ markupsafe==2.1.1
# -r docs.txt
# -r test.txt
# jinja2
mccabe==0.6.1
mccabe==0.7.0
# via
# -r test.txt
# flake8
mdit-py-plugins==0.3.0
mdit-py-plugins==0.3.1
# via
# -r docs.txt
# myst-parser
mdurl==0.1.1
mdurl==0.1.2
# via
# -r docs.txt
# markdown-it-py
more-itertools==8.13.0
more-itertools==8.14.0
# via generate-changelog
multidict==6.0.2
# via
Expand All @@ -198,25 +196,26 @@ mypy-extensions==0.4.3
# via
# -r test.txt
# black
myst-parser==0.18.0
myst-parser==0.18.1
# via -r docs.txt
nodeenv==1.6.0
nodeenv==1.7.0
# via
# -r test.txt
# pre-commit
packaging==21.3
# via
# -r docs.txt
# -r test.txt
# build
# pytest
# sphinx
pathspec==0.9.0
pathspec==0.10.1
# via
# -r test.txt
# black
pep517==0.12.0
# via pip-tools
pip-tools==6.6.2
pep517==0.13.0
# via build
pip-tools==6.9.0
# via -r dev.in
platformdirs==2.5.2
# via
Expand All @@ -227,23 +226,23 @@ pluggy==1.0.0
# via
# -r test.txt
# pytest
pre-commit==2.19.0
pre-commit==2.20.0
# via -r test.txt
py==1.11.0
# via
# -r test.txt
# pytest
pycodestyle==2.8.0
pycodestyle==2.9.1
# via
# -r test.txt
# flake8
pydantic==1.9.1
pydantic==1.10.2
# via -r test.txt
pyflakes==2.4.0
pyflakes==2.5.0
# via
# -r test.txt
# flake8
pygments==2.12.0
pygments==2.13.0
# via
# -r docs.txt
# -r test.txt
Expand All @@ -255,17 +254,17 @@ pyparsing==3.0.9
# -r docs.txt
# -r test.txt
# packaging
pytest==7.1.2
pytest==7.1.3
# via
# -r test.txt
# pytest-cov
# pytest-env
# pytest-mock
pytest-cov==3.0.0
pytest-cov==4.0.0
# via -r test.txt
pytest-env==0.6.2
# via -r test.txt
pytest-mock==3.8.1
pytest-mock==3.10.0
# via -r test.txt
python-dateutil==2.8.2
# via
Expand All @@ -277,7 +276,7 @@ python-slugify==6.1.2
# via
# -r test.txt
# cookiecutter
pytz==2022.1
pytz==2022.4
# via
# -r docs.txt
# babel
Expand All @@ -288,17 +287,17 @@ pyyaml==6.0
# cookiecutter
# myst-parser
# pre-commit
requests==2.28.0
requests==2.28.1
# via
# -r docs.txt
# -r test.txt
# cookiecutter
# sphinx
rich==12.4.4
rich==12.6.0
# via
# -r test.txt
# rich-click
rich-click==1.4
rich-click==1.5.2
# via -r test.txt
ruamel-yaml==0.17.21
# via
Expand All @@ -313,7 +312,6 @@ six==1.16.0
# -r docs.txt
# -r test.txt
# python-dateutil
# virtualenv
smmap==5.0.0
# via
# -r test.txt
Expand All @@ -326,7 +324,7 @@ soupsieve==2.3.2.post1
# via
# -r docs.txt
# beautifulsoup4
sphinx==5.0.1
sphinx==5.2.3
# via
# -r docs.txt
# furo
Expand All @@ -335,13 +333,13 @@ sphinx==5.0.1
# sphinx-basic-ng
# sphinx-click
# sphinx-copybutton
sphinx-autodoc-typehints==1.18.3
sphinx-autodoc-typehints==1.19.4
# via -r docs.txt
sphinx-basic-ng==0.0.1a11
sphinx-basic-ng==1.0.0b1
# via
# -r docs.txt
# furo
sphinx-click==4.1.0
sphinx-click==4.3.0
# via -r docs.txt
sphinx-copybutton==0.5.0
# via -r docs.txt
Expand Down Expand Up @@ -369,7 +367,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via
# -r docs.txt
# sphinx
tabulate==0.8.9
tabulate==0.9.0
# via git-fame
text-unidecode==1.3
# via
Expand All @@ -383,43 +381,38 @@ tomli==2.0.1
# via
# -r test.txt
# black
# build
# coverage
# pep517
# pytest
tqdm==4.64.0
tqdm==4.64.1
# via git-fame
typer==0.4.1
typer==0.6.1
# via generate-changelog
typing-extensions==4.2.0
typing-extensions==4.4.0
# via
# -r docs.txt
# -r test.txt
# black
# myst-parser
# pydantic
uc-micro-py==1.0.1
# via
# -r docs.txt
# linkify-it-py
urllib3==1.26.9
urllib3==1.26.12
# via
# -r docs.txt
# -r test.txt
# requests
virtualenv==20.14.1
virtualenv==20.16.5
# via
# -r test.txt
# pre-commit
wheel==0.37.1
# via pip-tools
yarl==1.7.2
yarl==1.8.1
# via
# -r test.txt
# aiohttp
zipp==3.8.0
# via
# -r docs.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading

0 comments on commit 0834e0b

Please sign in to comment.