summaryrefslogtreecommitdiff
path: root/docs/user_guide
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-03-12 16:08:18 +0000
committerJordan Cook <jordan.cook@pioneer.com>2022-03-14 11:05:00 -0500
commit2869a6442b94fe8a6ffdf33abbf4cf010783f802 (patch)
tree0c7180490bbc981581d843390a61b76bb6d1c729 /docs/user_guide
parent2ed99885616f4244a227a3c6567348a18bc3abfc (diff)
downloadrequests-cache-2869a6442b94fe8a6ffdf33abbf4cf010783f802.tar.gz
Swap out appdirs for platformdirs
* platformdirs is a more actively maintained fork of appdirs. * Also relax requirements a bit for attrs and urllib (minimum instead of caret constraint) Dependabot update: Bump responses from 0.16.0 to 0.19.0 Bumps [responses](https://github.com/getsentry/responses) from 0.16.0 to 0.19.0. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.16.0...0.19.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'docs/user_guide')
-rw-r--r--docs/user_guide/files.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/files.md b/docs/user_guide/files.md
index 36cb5fa..2f89fb8 100644
--- a/docs/user_guide/files.md
+++ b/docs/user_guide/files.md
@@ -89,5 +89,5 @@ If it's a relative path, it will be relative to the temp or cache directory, res
```
There are a number of other system default locations that might be appropriate for a cache file. See
-the [appdirs](https://github.com/ActiveState/appdirs) library for an easy cross-platform way to get
-the most commonly used ones.
+the [platformdirs](https://github.com/platformdirs/platformdirs) library for an easy cross-platform
+way to get the most commonly used ones.