Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package updates #23

Merged
merged 2 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ repos:
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.3.0
hooks:
- id: black
language_version: python3.9
args: ['-l', '88']
# Run flake8 last, to catch any remaining issues not caught/fixed by
# the other hooks.
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
exclude: ^manage.py$
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: insert-license
files: \.py$
Expand Down
72 changes: 41 additions & 31 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,73 +6,83 @@
#
appdirs==1.4.4
# via -r requirements.in
build==1.0.3
backports-tarfile==1.0.0
# via jaraco-context
build==1.2.1
# via
# -r requirements-dev.in
# pip-tools
certifi==2023.11.17
certifi==2024.2.2
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
distlib==0.3.7
distlib==0.3.8
# via virtualenv
docutils==0.20.1
docutils==0.21.1
# via readme-renderer
filelock==3.13.1
filelock==3.13.4
# via virtualenv
identify==2.5.32
identify==2.5.35
# via pre-commit
idna==3.4
idna==3.7
# via requests
importlib-metadata==6.8.0
importlib-metadata==7.1.0
# via
# keyring
# twine
iniconfig==2.0.0
# via pytest
jaraco-classes==3.3.0
jaraco-classes==3.4.0
# via keyring
keyring==24.3.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
keyring==25.1.0
# via twine
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
# via readme-renderer
nodeenv==1.8.0
# via pre-commit
packaging==23.2
packaging==24.0
# via
# build
# pytest
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements-dev.in
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
platformdirs==3.11.0
platformdirs==4.2.0
# via virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pre-commit==3.5.0
pre-commit==3.7.0
# via -r requirements-dev.in
pygments==2.17.1
pygments==2.17.2
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
# via
# build
# pip-tools
pytest==7.4.4
# via -r requirements-dev.in
pyyaml==6.0.1
# via pre-commit
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -83,25 +93,25 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
twine==4.0.2
twine==5.0.0
# via -r requirements-dev.in
urllib3==2.1.0
urllib3==2.2.1
# via
# requests
# twine
virtualenv==20.24.6
virtualenv==20.25.1
# via pre-commit
wheel==0.41.3
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==24.0
# via pip-tools
setuptools==69.0.1
setuptools==69.2.0
# via
# nodeenv
# pip-tools
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
appdirs==1.4.4
# via -r requirements.in
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.4
idna==3.7
# via requests
requests==2.31.0
# via -r requirements.in
urllib3==2.1.0
urllib3==2.2.1
# via requests
Loading