Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apptastic-software/trading-calendar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dacc0008be34328b7ead84d5d6b9ea4590b1d13b
Choose a base ref
..
head repository: apptastic-software/trading-calendar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea14e801a51b1a9b5c0177edc0d48c71562d0c2f
Choose a head ref
Showing with 6 additions and 5 deletions.
  1. +3 −2 .github/labeler.yml
  2. +3 −3 requirements.txt
5 changes: 3 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Add 'calendar update' label to any PR where the head branch name starts with `dependabot/pip/exchange-calendars-`
'calendar update':
- head-branch: ['^dependabot\/pip']
bug:
- any:
- head-branch: ['dependabot']
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tzdata==2025.1
fastapi==0.115.6
pydantic==2.10.5
pydantic==2.10.6
uvicorn==0.34.0
slowapi==0.1.9
email-validator==2.2.0
exchange_calendars==4.8
holidays==0.64
exchange_calendars==4.9
holidays==0.65