Skip to content

Commit

Permalink
Update version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
davismr committed May 6, 2024
1 parent 3f54ada commit 02d0652
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/python/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand Down
33 changes: 16 additions & 17 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
bcrypt==4.1.2
bcrypt==4.1.3
beautifulsoup4==4.12.3
black==24.4.0
black==24.4.2
Brotli==1.1.0
cffi==1.16.0
cfgv==3.4.0
Chameleon==4.5.4
click==8.1.7
colander==2.0
coverage==7.4.4
coverage==7.5.1
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
Faker==25.0.1
filelock==3.14.0
flake8==7.0.0
fonttools==4.51.0
greenlet==3.0.3
html5lib==1.1
hupper==1.12.1
identify==2.5.35
identify==2.5.36
inflection==0.5.1
iniconfig==2.0.0
iso8601==2.1.0
Expand All @@ -36,37 +36,36 @@ peppercorn==0.6
pillow==10.3.0
plaster==1.1.2
plaster-pastedeploy==1.0.1
platformdirs==4.2.0
pluggy==1.4.0
platformdirs==4.2.1
pluggy==1.5.0
pre-commit==3.7.0
pycodestyle==2.11.1
pycparser==2.22
pydyf==0.9.0
pydyf==0.10.0
pyflakes==3.2.0
Pygments==2.17.2
pyphen==0.14.0
Pygments==2.18.0
pyphen==0.15.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==8.2.0
pytest-cov==5.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
SQLAlchemy==2.0.30
tinycss2==1.3.0
transaction==4.0
translationstring==1.4
typing_extensions==4.11.0
venusian==3.1.0
virtualenv==20.25.1
virtualenv==20.26.1
waitress==3.0.0
weasyprint==61.2
weasyprint==62.0
webencodings==0.5.1
WebOb==1.8.7
WebTest==3.0.0
Expand Down

0 comments on commit 02d0652

Please sign in to comment.