Skip to content

Commit

Permalink
Upgraded redis and celery
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpyle committed Mar 2, 2024
1 parent 4c6697f commit 76fd862
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log

## [1.4.99] - 2024-03-
## [1.4.99] - 2024-03-02

### Changed
- `DAWeb` no longer requires the `data` parameter to be a dictionary;
it will pass the `data` parameter directly to `requests`.
- Upgraded `redis`, `celery`, `aiohttp`, and `Pillow`.

## [1.4.98] - 2024-02-29
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docassemble_base/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
"colorama==0.4.6",
"commonmark==0.9.1",
"convertapi==1.7.0",
"cryptography==42.0.4",
"cryptography==41.0.7",
"cssselect2==0.7.0",
"defusedxml==0.7.1",
"Deprecated==1.2.14",
Expand Down
6 changes: 3 additions & 3 deletions docassemble_webapp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(fname):
"cachetools==5.3.2",
"cairocffi==1.6.1",
"CairoSVG==2.7.1",
"celery==5.3.6",
"celery==5.4.0rc1",
"certbot==2.8.0",
"certbot-apache==2.8.0",
"certbot-nginx==2.8.0",
Expand All @@ -70,7 +70,7 @@ def read(fname):
"configparser==6.0.0",
"convertapi==1.7.0",
"crayons==0.4.0",
"cryptography==42.0.4",
"cryptography==41.0.7",
"cssselect2==0.7.0",
"defusedxml==0.7.1",
"Deprecated==1.2.14",
Expand Down Expand Up @@ -226,7 +226,7 @@ def read(fname):
"qrcode==7.4.2",
"rauth==0.7.3",
"readme-renderer==42.0",
"redis==5.0.1",
"redis==5.0.2",
"regex==2023.10.3",
"reportlab==4.0.8",
"repoze.lru==0.7",
Expand Down

0 comments on commit 76fd862

Please sign in to comment.