Commit Graph

24 Commits

Author SHA1 Message Date
Jean-Christophe Amiel
97f1a05000
Update certifi to 2024.7.4 2024-07-06 13:18:16 +02:00
Jean-Christophe Amiel
06be6d4c3e
Update dev Python dependencies. 2024-06-20 13:23:04 +02:00
Jean-Christophe Amiel
90d9226ec0
Upgrade Python requests 2.32.0 2024-05-21 15:52:24 +00:00
Jean-Christophe Amiel
54f25bd27c
Update Flask 3.0.0 => 3.0.3 2024-05-07 09:35:17 +00:00
jcamiel
9123abb444
Upgrade python idna dependency 3.7 2024-04-16 09:50:57 +02:00
jcamiel
431e9dd6f9
Update black to 24.3.0. 2024-03-21 13:38:57 +01:00
jcamiel
1e5aa19ba1
Update Python dependencies 2024-01-15 14:24:51 +01:00
jcamiel
9612100f39
Update Python dependencies. 2023-10-27 16:20:33 +02:00
jcamiel
18da7cac29
Update Flask 3.0.0 2023-10-27 15:56:04 +02:00
dependabot[bot]
384322d266
Bump urllib3 from 1.26.17 to 1.26.18 in /bin
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [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/1.26.17...1.26.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 01:16:00 +00:00
dependabot[bot]
f444ebdb11
Bump urllib3 from 1.26.15 to 1.26.17 in /bin
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17.
- [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/1.26.15...1.26.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 03:17:20 +00:00
dependabot[bot]
80665ed23c
Bump certifi from 2022.12.7 to 2023.7.22 in /bin
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 09:12:30 +00:00
dependabot[bot]
6c0ef44f2f
Bump requests from 2.28.1 to 2.31.0 in /bin
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [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.28.1...v2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 17:21:17 +02:00
jcamiel
47cc03a87d
Bump Flask to 2.3.2 2023-05-02 14:24:54 +02:00
jcamiel
e539a903d6
Rebuild Python dependencies from removing mitm. 2023-04-11 13:20:29 +02:00
Filipe PINTO
453a99071d
Use squid instead of mitmproxy on ci 2023-04-09 14:03:14 +02:00
Fabrice Reix
492d4094b0
Update mitmproxy to 9.0.1 2023-02-24 10:05:49 +01:00
jcamiel
daa5e5ebd4
Update werkzeug from 2.0.3 to 2.2.3
This update solves security issue but bumps HTTP Flask version from HTTP/1.0 to HTTP/1.1.
2023-02-17 00:58:41 +01:00
dependabot[bot]
93b040e017
Bump certifi from 2022.9.24 to 2022.12.7 in /bin
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 17:20:53 +01:00
jcamiel
1c796d8f0c
Replace lxml.HTMLParser with BeautifulSoup parser.
lxml.HTMLParser is having troubled with emoji content https://github.com/Orange-OpenSource/hurl/issues/959.
Besides, BeautifulSoup is already a dependance for our tests suite.
2022-11-05 17:01:04 +01:00
dependabot[bot]
6da63deaa9
Bump protobuf from 3.19.4 to 3.19.5 in /bin
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v3.19.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-23 22:25:38 +00:00
Fabrice Reix
6cdd7b5e30
Group checks into one job 2022-08-26 17:49:07 +02:00
Fabrice Reix
14cad6d221
Recreate clean env from scratch 2022-08-26 16:46:40 +02:00
Fabrice Reix
97bbf905cb
Move/Update requirements.txt 2022-08-25 13:55:44 +02:00