diff --git a/README.md b/README.md index 9c228c1..186dbce 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ This repository is not open to external contributions. Start a venv: ``` python -m venv .venv -source /path/to/venv/bin/activate +source .venv/bin/activate ``` Install pip-tools and run pip-compile: ``` pip install pip-tools -pip-compile requirements.in +pip-compile requirements.in --upgrade ``` diff --git a/requirements.txt b/requirements.txt index 0a57dbb..ea1e241 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,63 +4,59 @@ # # pip-compile requirements.in # -attrs==22.2.0 - # via pytest -black==24.3.0 +black==24.10.0 # via -r requirements.in -certifi==2024.7.4 +certifi==2024.12.14 # via requests -cffi==1.15.1 +cffi==1.17.1 # via cryptography -charset-normalizer==3.0.1 +charset-normalizer==3.4.0 # via requests -click==8.1.3 +click==8.1.7 # via black -cryptography==43.0.1 +cryptography==44.0.0 # via pyjwt -flake8==6.0.0 +flake8==7.1.1 # via -r requirements.in -github3-py==3.2.0 +github3-py==4.0.1 # via -r requirements.in -idna==3.7 +idna==3.10 # via requests iniconfig==2.0.0 # via pytest mccabe==0.7.0 # via flake8 -mypy==1.0.1 +mypy==1.13.0 # via -r requirements.in mypy-extensions==1.0.0 # via # black # mypy -packaging==23.0 +packaging==24.2 # via # black # pytest -pathspec==0.11.0 +pathspec==0.12.1 # via black -platformdirs==3.0.0 +platformdirs==4.3.6 # via black -pluggy==1.0.0 +pluggy==1.5.0 # via pytest -pycodestyle==2.10.0 +pycodestyle==2.12.1 # via flake8 -pycparser==2.21 +pycparser==2.22 # via cffi -pyflakes==3.0.1 +pyflakes==3.2.0 # via flake8 -pyjwt[crypto]==2.6.0 - # via - # github3-py - # pyjwt -pytest==7.2.1 +pyjwt[crypto]==2.10.1 + # via github3-py +pytest==8.3.4 # via -r requirements.in -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via github3-py -requests==2.32.0 +requests==2.32.3 # via github3-py -six==1.16.0 +six==1.17.0 # via python-dateutil typing-extensions==4.12.2 # via @@ -68,5 +64,5 @@ typing-extensions==4.12.2 # mypy uritemplate==4.1.1 # via github3-py -urllib3==1.26.19 +urllib3==2.2.3 # via requests