Skip to content

Commit

Permalink
Update version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Davis authored and davismr committed Dec 29, 2024
1 parent dcc8be2 commit 513b104
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 47 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/python/black
rev: 24.4.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
92 changes: 47 additions & 45 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,76 +1,78 @@
bcrypt==4.1.2
bcrypt==4.2.1
beautifulsoup4==4.12.3
black==24.4.0
black==24.10.0
Brotli==1.1.0
cffi==1.16.0
cffi==1.17.1
cfgv==3.4.0
Chameleon==4.5.4
click==8.1.7
click==8.1.8
colander==2.0
coverage==7.4.4
coverage==7.6.10
cssselect2==0.7.0
deform==2.0.15
distlib==0.3.8
factory-boy==3.3.0
Faker==24.9.0
filelock==3.13.4
flake8==7.0.0
fonttools==4.51.0
greenlet==3.0.3
html5lib==1.1
distlib==0.3.9
exceptiongroup==1.2.2
factory_boy==3.3.1
Faker==33.1.0
filelock==3.16.1
flake8==7.1.1
fonttools==4.55.3
hupper==1.12.1
identify==2.5.35
identify==2.6.3
importlib_metadata==8.5.0
inflection==0.5.1
iniconfig==2.0.0
iso8601==2.1.0
isort==5.13.2
Mako==1.3.3
MarkupSafe==2.1.5
Mako==1.3.8
MarkupSafe==3.0.2
mccabe==0.7.0
mypy-extensions==1.0.0
nodeenv==1.8.0
packaging==24.0
nodeenv==1.9.1
packaging==24.2
PasteDeploy==3.1.0
pathspec==0.12.1
peppercorn==0.6
pillow==10.3.0
pillow==11.0.0
plaster==1.1.2
plaster-pastedeploy==1.0.1
platformdirs==4.2.0
pluggy==1.4.0
pre-commit==3.7.0
pycodestyle==2.11.1
platformdirs==4.3.6
pluggy==1.5.0
pre_commit==4.0.1
pycodestyle==2.12.1
pycparser==2.22
pydyf==0.9.0
pydyf==0.11.0
pyflakes==3.2.0
Pygments==2.17.2
pyphen==0.14.0
Pygments==2.18.0
pyphen==0.17.0
pyramid==2.0.2
pyramid-chameleon==0.3
pyramid-mako==1.1.0
pyramid-tm==2.5
pyramid_debugtoolbar==4.12.1
pytest==8.1.1
pytest-cov==5.0.0
pyramid_tm==2.6
pytest==8.3.4
pytest-cov==6.0.0
pytest-factoryboy==2.7.0
pytest-pyramid==1.0.3
python-dateutil==2.9.0.post0
PyYAML==6.0.1
six==1.16.0
soupsieve==2.5
SQLAlchemy==2.0.29
tinycss2==1.2.1
transaction==4.0
PyYAML==6.0.2
six==1.17.0
soupsieve==2.6
SQLAlchemy==2.0.36
tinycss2==1.4.0
tinyhtml5==2.0.0
tomli==2.2.1
transaction==5.0
translationstring==1.4
typing_extensions==4.11.0
venusian==3.1.0
virtualenv==20.25.1
waitress==3.0.0
weasyprint==61.2
typing_extensions==4.12.2
venusian==3.1.1
virtualenv==20.28.0
waitress==3.0.2
weasyprint==63.1
webencodings==0.5.1
WebOb==1.8.7
WebTest==3.0.0
WebOb==1.8.9
WebTest==3.0.2
zipp==3.21.0
zope.deprecation==5.0
zope.interface==6.3
zope.interface==7.2
zope.sqlalchemy==3.1
zopfli==0.2.3
zopfli==0.2.3.post1

0 comments on commit 513b104

Please sign in to comment.