timer-bot 1.8__tar.gz → 1.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,12 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 1.9 (2024-12-01)
5
+ ----------------
6
+
7
+ - Fix dependencies
8
+
9
+
4
10
  1.8 (2024-12-01)
5
11
  ----------------
6
12
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: timer-bot
3
- Version: 1.8
3
+ Version: 1.9
4
4
  Summary: Discord Timer Bot
5
5
  Author-email: Lionel Panhaleux <lionel.panhaleux+timer@gmail.com>
6
6
  Project-URL: Repository, https://github.com/lionel-panhaleux/timer-bot
@@ -16,8 +16,8 @@ Classifier: Environment :: Web Environment
16
16
  Requires-Python: >=3.11
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
- Requires-Dist: discord-py-interactions>5.13
20
- Requires-Dist: uvloop>0.21
19
+ Requires-Dist: discord-py-interactions>=5.13
20
+ Requires-Dist: uvloop>=0.21
21
21
  Provides-Extra: dev
22
22
  Requires-Dist: black; extra == "dev"
23
23
  Requires-Dist: ruff; extra == "dev"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "timer-bot"
7
- version = "1.8"
7
+ version = "1.9"
8
8
  authors = [
9
9
  { name = "Lionel Panhaleux", email = "lionel.panhaleux+timer@gmail.com" },
10
10
  ]
@@ -22,7 +22,7 @@ classifiers = [
22
22
  "Operating System :: OS Independent",
23
23
  "Environment :: Web Environment",
24
24
  ]
25
- dependencies = ["discord-py-interactions>5.13", "uvloop>0.21"]
25
+ dependencies = ["discord-py-interactions>=5.13", "uvloop>=0.21"]
26
26
 
27
27
  [project.optional-dependencies]
28
28
  dev = ["black", "ruff", "zest.releaser[recommended]"]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes