Skip to content

Commit 5ff5b74

Browse files
committed
Update dependencies for issue with pyramid + Python 3.11.
1 parent 99224b0 commit 5ff5b74

File tree

22 files changed

+38
-38
lines changed

22 files changed

+38
-38
lines changed

src/ch10-using-sqlachemy/final/pypi_using_sqlachemy/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
1313
'progressbar2==4.2.0',
14-
'pyramid==2.0.1',
14+
'pyramid==2.0.2',
1515
'pyramid_chameleon==0.3',
1616
'pyramid_debugtoolbar==4.10',
1717
'python-dateutil==2.8.2',
18-
'sqlalchemy==2.0.19',
18+
'sqlalchemy==2.0.20',
1919
'waitress==2.1.2',
2020
]
2121

src/ch10-using-sqlachemy/start/pypi_using_sqlachemy/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
1313
'progressbar2==4.2.0',
14-
'pyramid==2.0.1',
14+
'pyramid==2.0.2',
1515
'pyramid_chameleon==0.3',
1616
'pyramid_debugtoolbar==4.10',
1717
'python-dateutil==2.8.2',
18-
'sqlalchemy==2.0.19',
18+
'sqlalchemy==2.0.20',
1919
'waitress==2.1.2',
2020
]
2121

src/ch11-migrations/final/pypi_migrations/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
1313
'progressbar2==4.2.0',
14-
'pyramid==2.0.1',
14+
'pyramid==2.0.2',
1515
'pyramid_chameleon==0.3',
1616
'pyramid_debugtoolbar==4.10',
1717
'python-dateutil==2.8.2',
18-
'sqlalchemy==2.0.19',
18+
'sqlalchemy==2.0.20',
1919
'waitress==2.1.2',
2020
]
2121

src/ch11-migrations/start/pypi_migrations/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
1313
'progressbar2==4.2.0',
14-
'pyramid==2.0.1',
14+
'pyramid==2.0.2',
1515
'pyramid_chameleon==0.3',
1616
'pyramid_debugtoolbar==4.10',
1717
'python-dateutil==2.8.2',
18-
'sqlalchemy==2.0.19',
18+
'sqlalchemy==2.0.20',
1919
'waitress==2.1.2',
2020
]
2121

src/ch12-forms/final/pypi_forms/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
'passlib==1.7.4',
1313
'plaster_pastedeploy==1.0.1',
1414
'progressbar2==4.2.0',
15-
'pyramid==2.0.1',
15+
'pyramid==2.0.2',
1616
'pyramid_chameleon==0.3',
1717
'pyramid_debugtoolbar==4.10',
1818
'python-dateutil==2.8.2',
19-
'sqlalchemy==2.0.19',
19+
'sqlalchemy==2.0.20',
2020
'waitress==2.1.2',
2121
]
2222

src/ch12-forms/starter/pypi_forms/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
1313
'progressbar2==4.2.0',
14-
'pyramid==2.0.1',
14+
'pyramid==2.0.2',
1515
'pyramid_chameleon==0.3',
1616
'pyramid_debugtoolbar==4.10',
1717
'python-dateutil==2.8.2',
18-
'sqlalchemy==2.0.19',
18+
'sqlalchemy==2.0.20',
1919
'waitress==2.1.2',
2020
]
2121

src/ch13-validation/final/pypi_validation/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
'passlib==1.7.4',
1313
'plaster_pastedeploy==1.0.1',
1414
'progressbar2==4.2.0',
15-
'pyramid==2.0.1',
15+
'pyramid==2.0.2',
1616
'pyramid_chameleon==0.3',
1717
'pyramid_debugtoolbar==4.10',
1818
'python-dateutil==2.8.2',
19-
'sqlalchemy==2.0.19',
19+
'sqlalchemy==2.0.20',
2020
'waitress==2.1.2',
2121
]
2222

src/ch13-validation/starter/pypi_validation/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
'passlib==1.7.4',
1313
'plaster_pastedeploy==1.0.1',
1414
'progressbar2==4.2.0',
15-
'pyramid==2.0.1',
15+
'pyramid==2.0.2',
1616
'pyramid_chameleon==0.3',
1717
'pyramid_debugtoolbar==4.10',
1818
'python-dateutil==2.8.2',
19-
'sqlalchemy==2.0.19',
19+
'sqlalchemy==2.0.20',
2020
'waitress==2.1.2',
2121
]
2222

src/ch14-testing/final/pypi_testing/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
'passlib==1.7.4',
1313
'plaster_pastedeploy==1.0.1',
1414
'progressbar2==4.2.0',
15-
'pyramid==2.0.1',
15+
'pyramid==2.0.2',
1616
'pyramid_chameleon==0.3',
1717
'pyramid_debugtoolbar==4.10',
1818
'python-dateutil==2.8.2',
19-
'sqlalchemy==2.0.19',
19+
'sqlalchemy==2.0.20',
2020
'waitress==2.1.2',
2121
]
2222

src/ch14-testing/starter/pypi_testing/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
'passlib==1.7.4',
1313
'plaster_pastedeploy==1.0.1',
1414
'progressbar2==4.2.0',
15-
'pyramid==2.0.1',
15+
'pyramid==2.0.2',
1616
'pyramid_chameleon==0.3',
1717
'pyramid_debugtoolbar==4.10',
1818
'python-dateutil==2.8.2',
19-
'sqlalchemy==2.0.19',
19+
'sqlalchemy==2.0.20',
2020
'waitress==2.1.2',
2121
]
2222

src/ch15-deploy/final/pypi_deploy/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
'passlib==1.7.4',
1313
'plaster_pastedeploy==1.0.1',
1414
'progressbar2==4.2.0',
15-
'pyramid==2.0.1',
15+
'pyramid==2.0.2',
1616
'pyramid_chameleon==0.3',
1717
'pyramid_debugtoolbar==4.10',
1818
'python-dateutil==2.8.2',
19-
'sqlalchemy==2.0.19',
19+
'sqlalchemy==2.0.20',
2020
'waitress==2.1.2',
2121
]
2222

src/ch15-deploy/starter/pypi_deploy/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
'passlib==1.7.4',
1313
'plaster_pastedeploy==1.0.1',
1414
'progressbar2==4.2.0',
15-
'pyramid==2.0.1',
15+
'pyramid==2.0.2',
1616
'pyramid_chameleon==0.3',
1717
'pyramid_debugtoolbar==4.10',
1818
'python-dateutil==2.8.2',
19-
'sqlalchemy==2.0.19',
19+
'sqlalchemy==2.0.20',
2020
'waitress==2.1.2',
2121
]
2222

src/ch16-mongodb-version/final/pypi_nosql/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
'passlib==1.7.4',
1414
'plaster_pastedeploy==1.0.1',
1515
'progressbar2==4.2.0',
16-
'pyramid==2.0.1',
16+
'pyramid==2.0.2',
1717
'pyramid_chameleon==0.3',
1818
'pyramid_debugtoolbar==4.10',
1919
'python-dateutil==2.8.2',
20-
'sqlalchemy==2.0.19',
20+
'sqlalchemy==2.0.20',
2121
'waitress==2.1.2',
2222
]
2323

src/ch16-mongodb-version/starter/pypi_nosql/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
'passlib==1.7.4',
1313
'plaster_pastedeploy==1.0.1',
1414
'progressbar2==4.2.0',
15-
'pyramid==2.0.1',
15+
'pyramid==2.0.2',
1616
'pyramid_chameleon==0.3',
1717
'pyramid_debugtoolbar==4.10',
1818
'python-dateutil==2.8.2',
19-
'sqlalchemy==2.0.19',
19+
'sqlalchemy==2.0.20',
2020
'waitress==2.1.2',
2121
]
2222

src/ch4-first-site/final/pypi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
13-
'pyramid==2.0.1',
13+
'pyramid==2.0.2',
1414
'pyramid_chameleon==0.3',
1515
'pyramid_debugtoolbar==4.10',
1616
'waitress==2.1.2',

src/ch5-templates/final/pypi_templates/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
13-
'pyramid==2.0.1',
13+
'pyramid==2.0.2',
1414
'pyramid_chameleon==0.3',
1515
'pyramid_debugtoolbar==4.10',
1616
'waitress==2.1.2',

src/ch5-templates/starter/pypi_templates/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
13-
'pyramid==2.0.1',
13+
'pyramid==2.0.2',
1414
'pyramid_chameleon==0.3',
1515
'pyramid_debugtoolbar==4.10',
1616
'waitress==2.1.2',

src/ch6-routing/final/pypi_routing/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
13-
'pyramid==2.0.1',
13+
'pyramid==2.0.2',
1414
'pyramid_chameleon==0.3',
1515
'pyramid_debugtoolbar==4.10',
1616
'waitress==2.1.2',

src/ch6-routing/start/pypi_routing/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
13-
'pyramid==2.0.1',
13+
'pyramid==2.0.2',
1414
'pyramid_chameleon==0.3',
1515
'pyramid_debugtoolbar==4.10',
1616
'waitress==2.1.2',

src/ch8-adding_design/final/pypi_design/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
13-
'pyramid==2.0.1',
13+
'pyramid==2.0.2',
1414
'pyramid_chameleon==0.3',
1515
'pyramid_debugtoolbar==4.10',
1616
'waitress==2.1.2',

src/ch9-sqlalchemy/final/pypi_sqlalchemy/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
13-
'pyramid==2.0.1',
13+
'pyramid==2.0.2',
1414
'pyramid_chameleon==0.3',
1515
'pyramid_debugtoolbar==4.10',
1616
'waitress==2.1.2',
17-
'sqlalchemy==2.0.19',
17+
'sqlalchemy==2.0.20',
1818
]
1919

2020
tests_require = [

src/ch9-sqlalchemy/start/pypi_sqlalchemy/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
requires = [
1212
'plaster_pastedeploy==1.0.1',
13-
'pyramid==2.0.1',
13+
'pyramid==2.0.2',
1414
'pyramid_chameleon==0.3',
1515
'pyramid_debugtoolbar==4.10',
1616
'waitress==2.1.2',
17-
'sqlalchemy==2.0.19',
17+
'sqlalchemy==2.0.20',
1818
]
1919

2020
tests_require = [

0 commit comments

Comments
 (0)