dependabot[bot]
e3b3011c32
Bump yara-python from 4.3.0 to 4.3.1 in /requirements ( #20604 )
...
Bumps [yara-python](https://github.com/VirusTotal/yara-python ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/VirusTotal/yara-python/releases )
- [Commits](https://github.com/VirusTotal/yara-python/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: yara-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 11:52:24 +02:00
dependabot[bot]
fe32e53488
Bump sphinx from 6.1.3 to 6.2.0 in /requirements ( #20609 )
...
* Bump sphinx from 6.1.3 to 6.2.0 in /requirements
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 6.1.3 to 6.2.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.1.3...v6.2.0 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Remove legacy cruft
* Doc fixes
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mathieu Pillard <mpillard@mozilla.com>
2023-04-26 11:52:08 +02:00
dependabot[bot]
c74e9f498e
Bump platformdirs from 3.2.0 to 3.3.0 in /requirements ( #20617 )
...
Bumps [platformdirs](https://github.com/platformdirs/platformdirs ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/platformdirs/platformdirs/releases )
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst )
- [Commits](https://github.com/platformdirs/platformdirs/compare/3.2.0...3.3.0 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 10:48:26 +01:00
dependabot[bot]
aef66ab841
Bump google-resumable-media from 2.4.1 to 2.5.0 in /requirements ( #20614 )
...
Bumps [google-resumable-media](https://github.com/googleapis/google-resumable-media-python ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/googleapis/google-resumable-media-python/releases )
- [Changelog](https://github.com/googleapis/google-resumable-media-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-resumable-media-python/compare/v2.4.1...v2.5.0 )
---
updated-dependencies:
- dependency-name: google-resumable-media
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 10:44:56 +01:00
dependabot[bot]
ae566e21da
Bump setuptools from 67.6.1 to 67.7.2 in /requirements ( #20607 )
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 67.6.1 to 67.7.2.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v67.6.1...v67.7.2 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 10:44:29 +01:00
dependabot[bot]
4bbc5f4103
Bump prettier from 2.8.7 to 2.8.8 ( #20610 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 10:33:09 +01:00
Andrew Williamson
e8d549c6c2
Enable django4.2 deployment ( #20612 )
...
* allow django41 installation via make; add CI matrix
* ManifestStaticFilesStorage with sourceMappingURL
* test against django4.2rc1
* import django.core.files.File directly
* handle django4.2 being precise with timeuntil
* bump django4.2 to release
* fix reviewer tools css/js
* don't downgrade django3.2
* prettier fix
* handle timesince being more picky (again)
* default to django42
2023-04-26 09:44:31 +01:00
Andrew Williamson
94f9f74ada
change DeniedRatingWord to only match complete words ( #20613 )
...
* change DeniedRatingWord to only match complete words
* make sure empty and null body requests work with DeniedRatingWords
2023-04-25 18:38:28 +01:00
Mathieu Pillard
9af0790063
Fix hotness computation over 2 weeks instead of 3 ( #20615 )
...
* Fix hotness computation over 2 weeks instead of 3
(Follow-up for https://github.com/mozilla/addons-server/issues/20564 )
* Fix test
2023-04-25 19:02:14 +02:00
wladow
c27a880a43
Pontoon: Update Slovak (sk) localization of AMO
...
Co-authored-by: wladow <valastiak@mozilla.sk>
2023-04-24 17:54:52 +00:00
dependabot[bot]
07a8aee786
Bump pygments from 2.15.0 to 2.15.1 in /requirements ( #20598 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.15.0...2.15.1 )
---
updated-dependencies:
- dependency-name: pygments
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 17:28:25 +02:00
dependabot[bot]
51200e22d5
Bump attrs from 22.2.0 to 23.1.0 in /requirements ( #20592 )
...
Bumps [attrs](https://github.com/python-attrs/attrs ) from 22.2.0 to 23.1.0.
- [Release notes](https://github.com/python-attrs/attrs/releases )
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python-attrs/attrs/compare/22.2.0...23.1.0 )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 17:25:05 +02:00
dependabot[bot]
102c7d0d75
Bump google-cloud-bigquery from 3.9.0 to 3.10.0 in /requirements ( #20601 )
...
Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/googleapis/python-bigquery/releases )
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/python-bigquery/compare/v3.9.0...v3.10.0 )
---
updated-dependencies:
- dependency-name: google-cloud-bigquery
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 17:24:35 +02:00
Mathieu Pillard
ab458e47cb
Drop useless psutil requirement ( #20611 )
2023-04-24 17:18:23 +02:00
dependabot[bot]
d886c5d38f
Bump grpcio from 1.53.0 to 1.54.0 in /requirements ( #20595 )
...
Bumps [grpcio](https://github.com/grpc/grpc ) from 1.53.0 to 1.54.0.
- [Release notes](https://github.com/grpc/grpc/releases )
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md )
- [Commits](https://github.com/grpc/grpc/compare/v1.53.0...v1.54.0 )
---
updated-dependencies:
- dependency-name: grpcio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 17:14:56 +02:00
dependabot[bot]
5065b510ca
Bump packaging from 23.0 to 23.1 in /requirements ( #20584 )
...
Bumps [packaging](https://github.com/pypa/packaging ) from 23.0 to 23.1.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/23.0...23.1 )
---
updated-dependencies:
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 17:14:31 +02:00
dependabot[bot]
d09fa38be8
Bump psutil from 5.9.4 to 5.9.5 in /requirements ( #20594 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.9.4 to 5.9.5.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.4...release-5.9.5 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 16:39:34 +02:00
dependabot[bot]
718263cefb
Bump protobuf from 4.22.1 to 4.22.3 in /requirements ( #20583 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 4.22.1 to 4.22.3.
- [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/v4.22.1...v4.22.3 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 15:10:56 +02:00
dependabot[bot]
03000fc709
Bump cryptography from 40.0.1 to 40.0.2 in /requirements ( #20589 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 40.0.1 to 40.0.2.
- [Release notes](https://github.com/pyca/cryptography/releases )
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/40.0.1...40.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 14:57:39 +02:00
dependabot[bot]
fbd583ca8b
Bump django-debug-toolbar from 3.8.1 to 4.0.0 in /requirements ( #20557 )
...
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar ) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases )
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst )
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/3.8.1...4.0.0 )
---
updated-dependencies:
- dependency-name: django-debug-toolbar
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 14:57:19 +02:00
dependabot[bot]
eaf45408b3
Bump mmh3 from 3.0.0 to 3.1.0 in /requirements ( #20514 )
...
Bumps [mmh3](https://github.com/hajimes/mmh3 ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/hajimes/mmh3/releases )
- [Changelog](https://github.com/hajimes/mmh3/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hajimes/mmh3/compare/v3.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: mmh3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 14:56:50 +02:00
dependabot[bot]
6ed9a41de1
Bump terser from 5.16.9 to 5.17.1 ( #20599 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.16.9 to 5.17.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.16.9...v5.17.1 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 14:56:30 +02:00
dependabot[bot]
9db8a286e8
Bump sqlparse from 0.4.3 to 0.4.4 in /requirements ( #20596 )
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases )
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.4.4 )
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 14:56:19 +02:00
dependabot[bot]
11ba1b28b1
Bump pytest from 7.3.0 to 7.3.1 in /requirements ( #20590 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.0...7.3.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 14:55:30 +02:00
dependabot[bot]
f5d1cc0531
Bump google-auth from 2.16.3 to 2.17.3 in /requirements ( #20582 )
...
Bumps [google-auth](https://github.com/googleapis/google-auth-library-python ) from 2.16.3 to 2.17.3.
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases )
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.16.3...v2.17.3 )
---
updated-dependencies:
- dependency-name: google-auth
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 14:55:16 +02:00
dependabot[bot]
c4fe7ea363
Bump polib from 1.1.1 to 1.2.0 in /requirements ( #20398 )
...
Bumps [polib](https://github.com/izimobil/polib ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/izimobil/polib/releases )
- [Changelog](https://github.com/izimobil/polib/blob/master/CHANGELOG )
- [Commits](https://github.com/izimobil/polib/compare/1.1.1...1.2.0 )
---
updated-dependencies:
- dependency-name: polib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 14:50:33 +02:00
Mathieu Pillard
791346bb29
Clear needs human review on all versions in a block, even if already disabled ( #20606 )
2023-04-24 14:17:56 +02:00
Mathieu Pillard
c976ca1a99
Compute hotness over a shorter period and ignore week-ends ( #20588 )
...
* Compute hotness over a shorter period and ignore week-ends
* Fix tests
* Replace last_week with previous_week
2023-04-24 14:17:29 +02:00
Enol
efcf1b312f
Pontoon: Update Asturian (ast) localization of AMO
...
Co-authored-by: Enol <enolp@softastur.org>
2023-04-22 20:26:23 +00:00
André Honeiser
0d4210a8ce
chore(remote-settings): update dev & stage urls after gcp migration ( #20593 )
2023-04-19 10:05:29 +02:00
Andrew Williamson
9de0139836
Add UserRestrictions for Rating submission and auto moderation ( #20581 )
...
* Add UserRestrictions for Rating submission and auto moderation
* move RestrictionCheck from addons.utils to users.utils
* rename SUBMISSION and APPROVAL to mention add-on
* have seperate auto flag for restriction hits
* move import to the top
2023-04-18 16:04:34 +02:00
Michael Wolf
867ef4e5b1
Pontoon: Update Sorbian, Lower (dsb) localization of AMO
...
Co-authored-by: Michael Wolf <milupo@sorbzilla.de>
2023-04-17 22:54:01 +00:00
Michael Wolf
df2b1e2a14
Pontoon: Update Sorbian, Upper (hsb) localization of AMO
...
Co-authored-by: Michael Wolf <milupo@sorbzilla.de>
2023-04-17 22:44:00 +00:00
Michael Wolf
cdc36f8c66
Pontoon: Update Sorbian, Lower (dsb) localization of AMO
...
Co-authored-by: Michael Wolf <milupo@sorbzilla.de>
2023-04-17 22:43:54 +00:00
Michael Wolf
bab36ec844
Pontoon: Update Sorbian, Lower (dsb) localization of AMO
...
Co-authored-by: Michael Wolf <milupo@sorbzilla.de>
2023-04-17 22:35:59 +00:00
dependabot[bot]
1fbf251306
Bump pygments from 2.14.0 to 2.15.0 in /requirements ( #20579 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.14.0...2.15.0 )
---
updated-dependencies:
- dependency-name: pygments
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 13:33:45 +02:00
Sveinn í Felli
b69297a0a4
Pontoon: Update Icelandic (is) localization of AMO
...
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
2023-04-17 11:17:04 +00:00
dependabot[bot]
905d32eaec
Bump django-admin-rangefilter from 0.9.0 to 0.10.0 in /requirements ( #20577 )
...
Bumps [django-admin-rangefilter](https://github.com/silentsokolov/django-admin-rangefilter ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/silentsokolov/django-admin-rangefilter/releases )
- [Changelog](https://github.com/silentsokolov/django-admin-rangefilter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: django-admin-rangefilter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 12:47:29 +02:00
dependabot[bot]
fb5e3f31bb
Bump terser from 5.16.8 to 5.16.9 ( #20580 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.16.8 to 5.16.9.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.16.8...v5.16.9 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 19:33:14 +02:00
dependabot[bot]
bf2668751b
Bump pytest from 7.2.2 to 7.3.0 in /requirements ( #20578 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.2.2 to 7.3.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.2...7.3.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 19:27:17 +02:00
dependabot[bot]
4ad9f5ccd8
Bump sentry-sdk from 1.18.0 to 1.19.1 in /requirements ( #20566 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.18.0 to 1.19.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.18.0...1.19.1 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 19:26:41 +02:00
Michael Wolf
8fe742bea3
Pontoon: Update Sorbian, Upper (hsb) localization of AMO
...
Co-authored-by: Michael Wolf <milupo@sorbzilla.de>
2023-04-12 19:06:24 +00:00
ZiriSut
29fc54c6e9
Pontoon: Update Kabyle (kab) localization of AMO
...
Co-authored-by: ZiriSut <rgebbid@gmail.com>
2023-04-12 15:14:59 +00:00
Andrew Williamson
81b3b20758
drop signing api from api/v5+ ( #20568 )
2023-04-12 15:52:28 +01:00
Théo Chevalier
384160f999
Pontoon: Update French (fr) localization of AMO
...
Co-authored-by: Théo Chevalier <theochevalier@pm.me>
2023-04-11 12:16:27 +00:00
Martijn Dekker
f902026856
Pontoon: Update Interlingua (ia) localization of AMO
...
Co-authored-by: Martijn Dekker <martijn@inlv.org>
2023-04-11 08:06:10 +00:00
Martijn Dekker
d7f030fc3e
Pontoon: Update Interlingua (ia) localization of AMO
...
Co-authored-by: Martijn Dekker <martijn@inlv.org>
2023-04-11 06:37:17 +00:00
Pin-guang Chen
bf30e746e5
Pontoon: Update Chinese (Taiwan) (zh-TW) localization of AMO
...
Co-authored-by: Pin-guang Chen <petercpg@mail.moztw.org>
2023-04-10 04:35:37 +00:00
Pin-guang Chen
9cd5f90a56
Pontoon: Update Chinese (Taiwan) (zh-TW) localization of AMO
...
Co-authored-by: Pin-guang Chen <petercpg@mail.moztw.org>
2023-04-10 04:25:20 +00:00
pdehaan
65970268a2
Pontoon: Update English (Canada) (en-CA) localization of AMO
...
Co-authored-by: pdehaan <pdehaan@mozilla.com>
2023-04-09 18:54:17 +00:00