Skip to content

Commit

Permalink
Update python-memcached requirement from <=1.59 to <=1.61 (GeoNode#11793
Browse files Browse the repository at this point in the history
)

* Update python-memcached requirement from <=1.59 to <=1.61

Updates the requirements on [python-memcached](https://github.com/linsomniac/python-memcached) to permit the latest version.
- [Release notes](https://github.com/linsomniac/python-memcached/releases)
- [Changelog](https://github.com/linsomniac/python-memcached/blob/master/ChangeLog)
- [Commits](linsomniac/python-memcached@release-1.49...1.61)

---
updated-dependencies:
- dependency-name: python-memcached
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* [Dependencies] Align setup.cfg with requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Jan 10, 2024
1 parent 3c712fb commit 268e80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ google-cloud-core==2.3.3
boto3==1.34.15

# Django Caches
python-memcached<=1.59
python-memcached<=1.61
whitenoise==6.6.0
Brotli==1.1.0

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ install_requires =
boto3==1.34.15

# Django Caches
python-memcached<=1.59
python-memcached<=1.61
whitenoise==6.6.0
Brotli==1.1.0

Expand Down

0 comments on commit 268e80e

Please sign in to comment.