Skip to content

Commit 3990557

Browse files
committed
build: Update dependency pinning
1 parent 9d28e5f commit 3990557

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

environment-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- # PyPI publishing only
1111
- python-build
1212
# runtime deps
13-
- requests >=2.32.3
13+
- requests >=2.32.4
1414
# tests
1515
- conda-forge::pyfakefs
1616
- coverage >=4.5.4

environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
# build & host deps
88
- pip
99
# runtime deps
10-
- requests >=2.32.3
10+
- requests >=2.32.4
1111
# tests
1212
- pytest >=7.0.0
1313
# other

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "wheel", "setuptools-scm"]
2+
requires = ["setuptools>=77.0.0", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
@@ -37,7 +37,7 @@ license = {text = "MIT"}
3737
readme = "README.md"
3838
requires-python = ">=3.10"
3939

40-
dependencies = ["requests>=2.32.3"]
40+
dependencies = ["requests>=2.32.4"]
4141

4242
keywords = [
4343
"Mailjet API v3 / v3.1 Python Wrapper",
@@ -65,10 +65,10 @@ classifiers = [
6565
]
6666

6767
[project.urls]
68-
"Issue Tracker" = "https://github.com/mailjet/mailjet-apiv3-python"
69-
"Repository" = "https://github.com/mailjet/mailjet-apiv3-python"
7068
"Homepage" = "https://dev.mailjet.com"
7169
"Documentation" = "https://dev.mailjet.com"
70+
"Repository" = "https://github.com/mailjet/mailjet-apiv3-python"
71+
"Issue Tracker" = "https://github.com/mailjet/mailjet-apiv3-python/issues"
7272

7373
[project.optional-dependencies]
7474
linting = [

0 commit comments

Comments
 (0)