Skip to content

Commit

Permalink
chore(IDX): upgrade packages (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Dec 16, 2024
1 parent 63edbc8 commit 906df71
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
52 changes: 24 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,69 +4,65 @@
#
# 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
# -r requirements.in
# mypy
uritemplate==4.1.1
# via github3-py
urllib3==1.26.19
urllib3==2.2.3
# via requests

0 comments on commit 906df71

Please sign in to comment.