Compare commits

...

11 commits

Author SHA1 Message Date
Arnold Dechamps e6ad3494d0
Adding npm to dependabot 2024-07-30 21:21:21 +02:00
Arnold Dechamps 17e688e0c6
Merge pull request #25 from altf4arnold/dependabot/pip/certifi-2024.7.4 2024-07-06 19:50:49 +02:00
dependabot[bot] 80ca8245a1
Bump certifi from 2024.6.2 to 2024.7.4
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 02:33:14 +00:00
Arnold Dechamps bc3799df74
Merge pull request #24 from altf4arnold/dependabot/pip/certifi-2024.6.2
Bump certifi from 2024.2.2 to 2024.6.2
2024-07-02 08:24:54 +02:00
dependabot[bot] 22230b5f65
Bump certifi from 2024.2.2 to 2024.6.2
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 19:53:56 +00:00
Arnold Dechamps e8c4248bbd
Merge pull request #23 from altf4arnold/dependabot/pip/urllib3-2.2.2 2024-06-18 12:22:50 +02:00
dependabot[bot] a3266da119
Bump urllib3 from 2.2.1 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 23:10:37 +00:00
Arnold Dechamps e8bed7e5ad
Merge pull request #22 from altf4arnold/dependabot/pip/requests-2.32.3
Bump requests from 2.32.0 to 2.32.3
2024-06-02 02:08:21 +02:00
Arnold Dechamps 203b87319d
Merge pull request #21 from altf4arnold/dependabot/pip/blinker-1.8.2
Bump blinker from 1.8.1 to 1.8.2
2024-06-02 02:00:30 +02:00
dependabot[bot] d9fb6c4eba
Bump requests from 2.32.0 to 2.32.3
Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 19:21:30 +00:00
dependabot[bot] 5a502d1322
Bump blinker from 1.8.1 to 1.8.2
Bumps [blinker](https://github.com/pallets-eco/blinker) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/pallets-eco/blinker/releases)
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets-eco/blinker/compare/1.8.1...1.8.2)

---
updated-dependencies:
- dependency-name: blinker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 19:21:19 +00:00
3 changed files with 13 additions and 10 deletions

View file

@ -3,5 +3,8 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
interval: daily
package-ecosystem: npm
directory: "/"
schedule:
interval: daily

View file

@ -1,5 +1,5 @@
blinker==1.8.1
certifi==2024.2.2
blinker==1.8.2
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
Flask==3.0.3
@ -9,7 +9,7 @@ itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
python-dateutil==2.9.0.post0
requests==2.32.0
requests==2.32.3
six==1.16.0
urllib3==2.2.1
urllib3==2.2.2
Werkzeug==3.0.3

View file

@ -4,11 +4,11 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
blinker==1.8.1
blinker==1.8.2
# via
# -r requirements.in
# flask
certifi==2024.2.2
certifi==2024.7.4
# via
# -r requirements.in
# requests
@ -43,13 +43,13 @@ markupsafe==2.1.5
# werkzeug
python-dateutil==2.9.0.post0
# via -r requirements.in
requests==2.32.0
requests==2.32.3
# via -r requirements.in
six==1.16.0
# via
# -r requirements.in
# python-dateutil
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements.in
# requests