Skip to content

Commit

Permalink
Update inatcog to Red 3.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
synrg committed Oct 21, 2023
1 parent 9dcc197 commit 67a587a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inatcog/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"description" : "Commands using the iNat API v1 (https://api.inaturalist.org/v1).",
"end_user_data_statement": "This cog stores user ids linked to corresponding external API user ids for the purpose of fetching their information from the API, and user preferences for the cog.",
"requirements" : [
"Red-DiscordBot>=3.5.4,<3.6",
"Red-DiscordBot>=3.5.5,<3.6",
"dronefly-discord>=0.1.1.dev7",
"timeago>=1.0.15,<2.0.0",
"aiolimiter>=1.0.0,<2.0.0",
"aiohttp-retry>=2.4.5,<3.0.0"
],
"tags": ["inaturalist", "naturalist", "nature"],
"hidden": false,
"min_bot_version": "3.5.4"
"min_bot_version": "3.5.5"
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ max-line-length = 100

[tool.poetry]
name = "dronefly"
version = "0.1.1.dev1"
version = "0.1.1.dev2"
description = "Chat platform software for naturalist-related sites"
authors = ["Ben Armstrong <synrg@debian.org>"]
license = "AGPL-3.0-or-later"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
Red-DiscordBot = "^3.5.4"
Red-DiscordBot = "^3.5.5"
dronefly-core = "=0.3.6.dev8"
dronefly-discord = "=0.1.1.dev7"
ebird-api = "^3.0.6"
Expand Down

0 comments on commit 67a587a

Please sign in to comment.