Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jhpyle/docassemble
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpyle committed May 6, 2024
2 parents 512bacc + cb1be5d commit 0d23d89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docassemble_base/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
"jdcal==1.4.1",
"jeepney==0.8.0",
"jellyfish==0.11.2",
"Jinja2==3.1.3",
"Jinja2==3.1.4",
"jmespath==1.0.1",
"joblib==1.3.2",
"keyring==24.3.0",
Expand Down Expand Up @@ -216,7 +216,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
"titlecase==2.4.1",
"toml==0.10.2",
"tomli==2.0.1",
"tqdm==4.66.1",
"tqdm==4.66.3",
"twilio==8.11.0",
"twine==4.0.2",
"typing_extensions==4.9.0",
Expand All @@ -229,7 +229,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
"user-agents==2.2.0",
"wcwidth==0.2.12",
"webencodings==0.5.1",
"Werkzeug==3.0.1",
"Werkzeug==3.0.3",
"wrapt==1.16.0",
"xfdfgen==0.4",
"xlrd==2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions docassemble_webapp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def read(fname):
"jdcal==1.4.1",
"jeepney==0.8.0",
"jellyfish==0.11.2",
"Jinja2==3.1.3",
"Jinja2==3.1.4",
"jmespath==1.0.1",
"joblib==1.3.2",
"josepy==1.14.0",
Expand Down Expand Up @@ -265,7 +265,7 @@ def read(fname):
"titlecase==2.4.1",
"toml==0.10.2",
"tomli==2.0.1",
"tqdm==4.66.1",
"tqdm==4.66.3",
"trio==0.23.2",
"trio-websocket==0.11.1",
"twilio==8.11.0",
Expand All @@ -284,7 +284,7 @@ def read(fname):
"wcwidth==0.2.12",
"webdriver-manager==4.0.1",
"webencodings==0.5.1",
"Werkzeug==3.0.1",
"Werkzeug==3.0.3",
"wrapt==1.16.0",
"wsproto==1.2.0",
"WTForms==3.1.1",
Expand Down

0 comments on commit 0d23d89

Please sign in to comment.