Skip to content

Commit

Permalink
Merge pull request #21 from aidentified-llc/sec-20231121
Browse files Browse the repository at this point in the history
Security updates
  • Loading branch information
dmkoch authored Nov 21, 2023
2 parents 5f43df5 + c290ac0 commit 9378969
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 38 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-symlinks
# - id: check-executables-have-shebangs
Expand All @@ -23,24 +23,24 @@ repos:
- id: fix-byte-order-marker
- id: mixed-line-ending
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.11.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.0.0
rev: 6.1.0
hooks:
- id: flake8
exclude: ^manage.py$
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.4
hooks:
- id: insert-license
files: \.py$
Expand Down
56 changes: 26 additions & 30 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,25 @@
#
appdirs==1.4.4
# via -r requirements.in
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.3
# via
# -r requirements-dev.in
# pip-tools
certifi==2023.7.22
certifi==2023.11.17
# via requests
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
click==8.1.6
click==8.1.7
# via pip-tools
distlib==0.3.7
# via virtualenv
docutils==0.20.1
# via readme-renderer
filelock==3.12.2
filelock==3.13.1
# via virtualenv
identify==2.5.26
identify==2.5.32
# via pre-commit
idna==3.4
# via requests
Expand All @@ -38,41 +36,43 @@ iniconfig==2.0.0
# via pytest
jaraco-classes==3.3.0
# via keyring
keyring==24.2.0
keyring==24.3.0
# via twine
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.0.0
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# build
# pytest
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements-dev.in
pkginfo==1.9.6
# via twine
platformdirs==3.9.1
platformdirs==3.11.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pre-commit==3.3.3
pre-commit==3.5.0
# via -r requirements-dev.in
pygments==2.15.1
pygments==2.17.1
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.3
# via -r requirements-dev.in
pyyaml==6.0.1
# via pre-commit
readme-renderer==40.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -83,29 +83,25 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.7.0
# via twine
six==1.16.0
# via bleach
twine==4.0.2
# via -r requirements-dev.in
urllib3==2.0.4
urllib3==2.1.0
# via
# requests
# twine
virtualenv==20.24.2
virtualenv==20.24.6
# via pre-commit
webencodings==0.5.1
# via bleach
wheel==0.41.0
wheel==0.41.3
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via pip-tools
setuptools==68.0.0
setuptools==69.0.1
# 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.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
idna==3.4
# via requests
requests==2.31.0
# via -r requirements.in
urllib3==2.0.4
urllib3==2.1.0
# via requests

0 comments on commit 9378969

Please sign in to comment.